diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba91428e757..6d8bd369b25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: ["-l", "88", "--skip-string-normalization"] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell # See 'pyproject.toml' for args exclude: \.js\.map$