enable ruff rules in preview mode

This commit is contained in:
Jeff Epler 2023-12-02 15:48:00 -06:00
parent 4f4c6522b3
commit e97a99047e
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -29,6 +29,6 @@ repos:
hooks: hooks:
# Run the linter. # Run the linter.
- id: ruff - id: ruff
args: [ --fix ] args: [ --fix, --preview ]
# Run the formatter. # Run the formatter.
- id: ruff-format - id: ruff-format