diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23e2c67..86dd6c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,8 +23,8 @@ repos: - --py37-plus # Autoformat: Python code - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black @@ -36,7 +36,7 @@ repos: # Autoformat and linting, misc. details - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: requirements-txt-fixer @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.13.3 hooks: - id: ruff args: ["--fix", "--line-length=120"]