fix: update pre-commit ruff (#2316)
wasnt working after latest ruff update
This commit is contained in:
parent
a1ea04acf8
commit
e3b9bd6a70
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ repos:
|
|||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.0.283
|
||||
rev: v0.3.2
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix, --exit-non-zero-on-fix ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue