diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0305bb0..3849e9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 # Use the ref you want to point at + rev: v4.4.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml @@ -13,15 +13,15 @@ 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 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 + rev: v0.991 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.6 hooks: - id: pylint additional_dependencies: