diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98ce5af..0437833 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.7.4' + rev: 'v0.9.6' hooks: - id: ruff args: [--fix]