diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 244c502c0..1dea6cd66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # Other file formatting, plus common Git mistakes & text file standardization: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files # Don't accidentally commit giant files. args: ["--maxkb=9000"] @@ -33,7 +33,7 @@ repos: # Linter and formatter that replaces flake8, isort, etc. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.14.10 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]