diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 655747f5..c2987ced 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: name: "Python: analysis" - repo: "https://github.com/pre-commit/mirrors-mypy" - rev: "v0.991" + rev: "v1.0.0" hooks: - id: "mypy" name: "Python: types" @@ -14,13 +14,13 @@ repos: - "types-all" - repo: https://github.com/pycqa/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort args: [ "--profile", "black"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.3.0" + rev: "v4.4.0" hooks: - id: check-yaml args: [--unsafe]