Skip to content

Commit 013959c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.6...v0.6.9)
1 parent 82602d4 commit 013959c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1000"]
@@ -14,7 +14,7 @@ repos:
1414
- id: black
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
17-
rev: v0.5.6
17+
rev: v0.6.9
1818
hooks:
1919
- id: ruff
2020
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)