diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8940fb2..ee1edd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: - "--py37-plus" - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -15,7 +15,7 @@ repos: - id: isort args: ["--filter-files"] - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace exclude: ^\.bumpversion\.cfg$ @@ -25,6 +25,6 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8