Skip to content

Commit 8d9af94

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.7...v0.12.9)
1 parent dc5d748 commit 8d9af94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313

1414
# Other file formatting, plus common Git mistakes & text file standardization:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files # Don't accidentally commit giant files.
1919
args: ["--maxkb=9000"]
@@ -33,7 +33,7 @@ repos:
3333

3434
# Linter and formatter that replaces flake8, isort, etc.
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.12.7
36+
rev: v0.12.9
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)