diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e159e0d..c362afc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: debug-statements - id: end-of-file-fixer @@ -34,7 +34,7 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v2.34.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -59,7 +59,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.960 + rev: v0.961 hooks: - id: mypy args: ["--config-file", "pyproject.toml"]