diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07c0314..6f119b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: - id: flake8 args: [ --max-line-length=120 ] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 26.3.1 hooks: - id: black args: [--safe, --line-length=120] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort args: ['--profile', 'black']