diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d2a003..ca76d47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,13 +7,13 @@ default_stages: [commit, push] repos: - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort args: ["--profile", "black", "--filter-files", "--check"] - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.3 hooks: - id: black args: ["--check"] @@ -25,6 +25,6 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v0.910 hooks: - id: mypy