Skip to content

Commit ac0ca3d

Browse files
committed
update ruff from legacy
1 parent 6a86eb4 commit ac0ca3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
rev: v0.12.5
1212
hooks:
13+
- id: ruff-check
14+
args: [--fix] # optional, to autofix lint errors
1315
- id: ruff-format
14-
name: "python · Format with Ruff"
15-
- id: ruff
16-
args: [ --fix ]
1716
- repo: https://github.com/RobertCraigie/pyright-python
1817
rev: v1.1.403
1918
hooks:

0 commit comments

Comments
 (0)