Skip to content

Commit 38b6c30

Browse files
authored
Merge pull request #47 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 71c85d0 + 3f35ad0 commit 38b6c30

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-ast
66
- id: check-docstring-first
@@ -14,12 +14,12 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.3.4"
17+
rev: "v0.3.7"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- repo: https://github.com/psf/black
22-
rev: 24.3.0
22+
rev: 24.4.0
2323
hooks:
2424
- name: black
2525
id: black
@@ -30,6 +30,6 @@ repos:
3030
- id: prettier
3131
exclude_types: ["markdown"]
3232
- repo: https://github.com/DavidAnson/markdownlint-cli2
33-
rev: v0.12.1
33+
rev: v0.13.0
3434
hooks:
3535
- id: markdownlint-cli2

0 commit comments

Comments
 (0)