diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e59c030..689094a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black files: ^src/|^tests/ - repo: https://github.com/codespell-project/codespell # Configuration for codespell is in .pre-commit-config.yaml - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: