diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5f8113..ee254ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - black id: isort stages: - - commit + - pre-commit repo: https://github.com/PyCQA/isort rev: 5.13.2 - hooks: @@ -17,12 +17,12 @@ repos: - "--remove-unused-variables" id: autoflake stages: - - commit + - pre-commit repo: https://github.com/PyCQA/autoflake rev: v2.3.1 - hooks: - id: black stages: - - commit + - pre-commit repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0