aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-02-03 00:12:50 +0000
committerGithub Actions <actions@github>2024-02-03 00:12:50 +0000
commitc0e0e80f0c233cb3a249f719a44324c660163a3f (patch)
tree6d6c3686a90dac515000e0b0a5c14f48a3244e9a
parent9a07f60f7499cdc76ed40af62bb9a50ac928d7d2 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 79d7796..cd20376 100644
--- a/README.md
+++ b/README.md
@@ -258,6 +258,7 @@ You can view this list in vim with `:help conform-formatters`
- [prettierd](https://github.com/fsouza/prettierd) - prettier, as a daemon, for ludicrous formatting speed.
- [pretty-php](https://github.com/lkrms/pretty-php) - The opinionated PHP code formatter.
- [puppet-lint](https://github.com/puppetlabs/puppet-lint) - Check that your Puppet manifests conform to the style guide.
+- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rubyfmt](https://github.com/fables-tales/rubyfmt) - Ruby Autoformatter! (Written in Rust)
- [ruff_fix](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Fix lint errors.
diff --git a/doc/conform.txt b/doc/conform.txt
index 7db5ae1..27ed018 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -291,6 +291,7 @@ FORMATTERS *conform-formatter
`prettierd` - prettier, as a daemon, for ludicrous formatting speed.
`pretty-php` - The opinionated PHP code formatter.
`puppet-lint` - Check that your Puppet manifests conform to the style guide.
+`reorder-python-imports` - Rewrites source to reorder python imports
`rubocop` - Ruby static code analyzer and formatter, based on the community Ruby
style guide.
`rubyfmt` - Ruby Autoformatter! (Written in Rust)