diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbdbf67..4927636 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/PyCQA/isort - rev: '8.0.1' + rev: '9.0.0a3' hooks: - id: isort additional_dependencies: @@ -27,6 +27,6 @@ repos: - id: stylelint additional_dependencies: ['stylelint', 'stylelint-config-standard'] - repo: https://github.com/psf/black-pre-commit-mirror - rev: '26.3.0' + rev: '26.3.1' hooks: - id: black