diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff7902b35..6a3f57a20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black exclude: ^docs/ @@ -25,7 +25,7 @@ repos: types_or: [css, javascript] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: