update pre-commit config
This commit is contained in:
parent
0f9e295ba3
commit
069926265c
@ -1,13 +1,12 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.0 # Use the desired version of ruff
|
||||
rev: v0.9.0
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["--ignore=E711,E721"]
|
||||
# args: ["--fix"] # Automatically apply fixes where possible
|
||||
- id: ruff-format
|
||||
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: run-unittest
|
||||
|
Loading…
x
Reference in New Issue
Block a user