Skip to content

Commit fce1077

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.14...v0.3.3) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.0](python-jsonschema/check-jsonschema@0.27.3...0.28.0)
1 parent 968ebf1 commit fce1077

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
@@ -23,18 +23,18 @@ repos:
2323
args: ["--autofix", "--no-sort-keys"]
2424
- id: trailing-whitespace # Trims trailing whitespace.
2525
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.5.4
26+
rev: v1.5.5
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 24.3.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: 'v0.1.14'
34+
rev: 'v0.3.3'
3535
hooks:
3636
- id: ruff
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.27.3
38+
rev: 0.28.0
3939
hooks:
4040
- id: check-github-workflows

0 commit comments

Comments
 (0)