diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33bc53d..eda115d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files args: ['--maxkb=2048'] @@ -36,7 +36,7 @@ repos: name: isort (python) - repo: https://github.com/PyCQA/autoflake - rev: v1.7.7 + rev: v2.0.0 hooks: - id: autoflake name: autoflake