update hooks

This commit is contained in:
Simon 2025-07-11 19:56:14 +07:00
parent fb92387540
commit dfd86f8a80
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -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