diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f0584e..32fb9a3 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: '5.13.2' + rev: '6.0.0' hooks: - id: isort language_version: python3.8 @@ -28,7 +28,7 @@ repos: - id: stylelint additional_dependencies: ['stylelint', 'stylelint-config-standard'] - repo: https://github.com/psf/black - rev: '24.8.0' + rev: '25.1.0' hooks: - id: black language_version: python3.8