diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2260551..f5ce8f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -25,14 +25,14 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.2" hooks: - id: codespell args: ["-I", "codespell.txt"] files: '.*\.md' # === END CENTRALLY MAINTAINED FILE === - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black