aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-12 02:17:31 +0000
committerGithub Actions <actions@github>2023-11-12 02:17:31 +0000
commitcb633918c84054eebac7e3301de4c741ab760110 (patch)
tree12ea7c84250d793faf915ed0d8361c679b0af268 /doc
parent9156364c23cff19734a0055377321c22b1484c0f (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 4cabd0e..c12fb96 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -172,6 +172,8 @@ FORMATTERS *conform-formatter
in Rust
`astyle` - A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI,
Objective-C, C#, and Java Source Code.
+`auto_optional` - Adds the Optional type-hint to arguments where the default
+ value is None.
`autoflake` - Removes unused imports and unused variables as reported by
pyflakes.
`autopep8` - A tool that automatically formats Python code to conform to the PEP