aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-12-04 02:38:39 +0000
committerGithub Actions <actions@github>2023-12-04 02:38:39 +0000
commitcc85bc0c9a2d4986634c9c20d6dafeff5668ec19 (patch)
tree64c97fc4b7a57495dab844058ce75a98df807bbe /doc/conform.txt
parentcd81d215d39b16186186a1539c71b48705bb081d (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 1d76072..f8d4328 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -174,6 +174,8 @@ FORMATTERS *conform-formatter
Objective-C, C#, and Java Source Code.
`auto_optional` - Adds the Optional type-hint to arguments where the default
value is None.
+`autocorrect` - A linter and formatter to help you to improve copywriting,
+ correct spaces, words, and punctuations between CJK.
`autoflake` - Removes unused imports and unused variables as reported by
pyflakes.
`autopep8` - A tool that automatically formats Python code to conform to the PEP