diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f0c134e..35421a90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black args: ["--line-length=100"] @@ -30,7 +30,7 @@ repos: - id: blacken-docs additional_dependencies: [black==24.10] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-tabs - repo: https://github.com/codespell-project/codespell