Update pre-commit hooks. (#292)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>master
parent
7d3b967847
commit
d9107d819f
|
|
@ -3,7 +3,7 @@
|
|||
repos:
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.6.0
|
||||
rev: v3.7.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
|
|
@ -15,7 +15,7 @@ repos:
|
|||
args: ["--target-version", "3.2"]
|
||||
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.0.272
|
||||
rev: v0.0.273
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
|
|
|||
Loading…
Reference in New Issue