Skip to content

Commit 22b2040

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.7](astral-sh/ruff-pre-commit@v0.3.4...v0.4.7)
1 parent 7202670 commit 22b2040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1000"]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.3.0
12+
rev: 24.4.2
1313
hooks:
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.3.4
17+
rev: v0.4.7
1818
hooks:
1919
- id: ruff
2020
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)