diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b43309b..05d1139 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 # Use the ref you want to point at + rev: v4.1.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - id: check-executables-have-shebangs - repo: https://github.com/python/black - rev: 21.10b0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -17,7 +17,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.942 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -30,7 +30,7 @@ repos: - types-docutils - types-toml - repo: https://github.com/PyCQA/pylint - rev: v2.11.1 + rev: v2.13.3 hooks: - id: pylint additional_dependencies: