diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0305bb0..9131afd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace - id: check-executables-have-shebangs - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -21,7 +21,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.982 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -33,7 +33,7 @@ repos: - types-setuptools - types-docutils - repo: https://github.com/PyCQA/pylint - rev: v2.15.3 + rev: v2.15.5 hooks: - id: pylint additional_dependencies: