diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33008da7..bff968a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace exclude: ^.bumpversion.cfg - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.961" + rev: "v0.971" hooks: - id: mypy name: Lint core with mypy @@ -36,11 +36,11 @@ repos: args: ["-m3", "-w 100", "--tc"] # exclude: ^tests/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.6.1" + rev: "v3.0.0-alpha.0" hooks: - id: prettier - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.4" hooks: - id: flake8 exclude: ^tests/