diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab811b92..5ea67903 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '^.*external.*$' repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black args: [ @@ -26,7 +26,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell