diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c0e2fd..e06df4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.4.2" hooks: - id: black @@ -23,12 +23,12 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.1.0" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: "v3.15.2" + rev: "v3.17.0" hooks: - id: pyupgrade args: ["--py37-plus"]