diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0410de3..996a14b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -12,16 +12,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.12.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black - rev: '23.9.1' + rev: '25.1.0' hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.0 + rev: v1.17.1 hooks: - id: mypy args: [--ignore-missing-imports, --scripts-are-modules]