Add a note about recommended hook ordering (#31)

This commit is contained in:
Eero Vaher 2023-03-01 20:37:50 +01:00 committed by GitHub
parent 8cddec33c0
commit c8ba6a0b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@ Or, to enable autofix:
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]
``` ```
Note that Ruff's pre-commit hook should run before Black, isort, and other
formatting tools.
## License ## License
MIT MIT