diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f647baf..9b75b00 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.2.0 # Use the ref you want to point at + rev: v4.3.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/psf/black - rev: 22.3.0 + rev: 22.6.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.960 + rev: v0.971 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -29,7 +29,7 @@ repos: - types-setuptools - types-docutils - repo: https://github.com/PyCQA/pylint - rev: v2.14.0-b1 + rev: v2.14.5 hooks: - id: pylint additional_dependencies: