forked from Github-Mirrors/canaille
pre-commit upgrade
This commit is contained in:
parent
17227ff978
commit
7efcf32ade
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: check-toml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: 'v0.0.269'
|
||||
rev: 'v0.0.276'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v3.9.0
|
||||
rev: v3.10.0
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args: ["--application-directories", "canaille"]
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.4.0
|
||||
rev: v3.8.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py38-plus"]
|
||||
|
|
Loading…
Reference in a new issue