update hooks
This commit is contained in:
parent
fb92387540
commit
dfd86f8a80
|
|
@ -19,7 +19,7 @@ repos:
|
|||
files: ^backend/
|
||||
args: ["--profile", "black", "-l 79"]
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 7.1.2
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
alias: python
|
||||
|
|
@ -31,7 +31,7 @@ repos:
|
|||
- id: codespell
|
||||
exclude: ^frontend/package-lock.json
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.22.0
|
||||
rev: v9.30.1
|
||||
hooks:
|
||||
- id: eslint
|
||||
name: eslint
|
||||
|
|
|
|||
Loading…
Reference in New Issue