Update pre-commit hooks. (#335)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>master
parent
b393c11ecb
commit
a52f670c85
|
|
@ -15,7 +15,7 @@ repos:
|
||||||
args: ["--target-version", "3.0"]
|
args: ["--target-version", "3.0"]
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.3
|
rev: v0.1.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
@ -27,7 +27,7 @@ repos:
|
||||||
args: ["--profile", "black"]
|
args: ["--profile", "black"]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.10.1
|
rev: 23.11.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue