diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f727ea5d..ed682019 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - --line-length=88 - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black args: @@ -31,7 +31,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["--toml", "pyproject.toml"]