Skip to content

Commit 354ed0b

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.2.0 → 24.4.0](psf/black@24.2.0...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.2...v0.3.7) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.2](python-jsonschema/check-jsonschema@0.28.0...0.28.2)
1 parent 2754131 commit 354ed0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-added-large-files # prevents giant files from being commit
1717
- id: check-ast # Check whether files parse as valid python.
@@ -36,15 +36,15 @@ repos:
3636
hooks:
3737
- id: remove-crlf
3838
- repo: https://github.com/psf/black
39-
rev: 24.2.0
39+
rev: 24.4.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.3.2
43+
rev: v0.3.7
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/python-jsonschema/check-jsonschema
47-
rev: 0.28.0
47+
rev: 0.28.2
4848
hooks:
4949
- id: check-github-workflows
5050
- repo: https://github.com/pocc/pre-commit-hooks

0 commit comments

Comments
 (0)