Update pre-commit hooks
This commit is contained in:
parent
924e8c6551
commit
ec5ed3cf1f
1 changed files with 3 additions and 3 deletions
|
|
@ -10,13 +10,13 @@ repos:
|
|||
exclude: ^\.config/fcitx5/
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.13.1
|
||||
rev: v0.14.8
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix ]
|
||||
- id: ruff-format
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.18.2
|
||||
rev: v1.19.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/syntaqx/git-hooks
|
||||
|
|
@ -29,6 +29,6 @@ repos:
|
|||
hooks:
|
||||
- id: detect-secrets
|
||||
- repo: https://github.com/google/keep-sorted
|
||||
rev: v0.6.0
|
||||
rev: v0.7.1
|
||||
hooks:
|
||||
- id: keep-sorted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue