Skip to content

Commit 5d7cdc2

Browse files
committed
Mention Ruff in the readme. Get rid of flake8 and isort mentions.
1 parent 9b82574 commit 5d7cdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Find the draft release from the
133133

134134
### Pre-commit
135135

136-
Pre-commit hooks run all the auto-formatters (e.g. `black`, `isort`), linters (e.g. `mypy`, `flake8`), and other quality
136+
Pre-commit hooks run all the auto-formatters (e.g. `black`), linters (e.g. `mypy`, `ruff`), and other quality
137137
checks to make sure the changeset is in good shape before a commit/push happens.
138138

139139
You can install the hooks with (runs for each commit):

0 commit comments

Comments
 (0)