diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5341109..f8e8881 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.3.1 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/pycqa/isort - rev: 6.1.0 + rev: 8.0.1 hooks: - id: isort