diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f84ca4..940794c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -14,7 +14,7 @@ repos: - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake args: @@ -28,18 +28,18 @@ repos: hooks: - id: isort - repo: 'https://github.com/ambv/black' - rev: 23.12.0 + rev: 24.4.0 hooks: - id: black - repo: 'https://github.com/PyCQA/flake8' - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: - flake8-black>=0.1.1 language_version: python3 - repo: 'https://github.com/asottile/pyupgrade' - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: