enable ruff rules in preview mode
This commit is contained in:
parent
4f4c6522b3
commit
e97a99047e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue