diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69b308e..a520ff9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.4 + rev: v0.15.13 hooks: # Run the linter. - id: ruff-check