diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index febd9c30..55dc2b3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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