diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f592ec..2b2b10d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,20 +18,20 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake args: [--remove-all-unused-imports, --in-place] - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 8.0.1 hooks: - id: isort name: Format imports exclude: docs/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.3.1 hooks: - id: black name: Format code