forked from Github-Mirrors/canaille
chore: precommit autoupdate
This commit is contained in:
parent
1b773e24a1
commit
55b462d249
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: check-toml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: 'v0.0.278'
|
||||
rev: 'v0.0.280'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
@ -18,7 +18,7 @@ repos:
|
|||
- id: reorder-python-imports
|
||||
args: ["--application-directories", "canaille"]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.9.0
|
||||
rev: v3.10.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
|
|
Loading…
Reference in a new issue