Skip to content

Commit e75e2a5

Browse files
authored
Merge pull request #64 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 095cd29 + f13a5aa commit e75e2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.6.0
3+
rev: v5.0.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.6.7"
17+
rev: "v0.6.9"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- repo: https://github.com/psf/black
22-
rev: 24.8.0
22+
rev: 24.10.0
2323
hooks:
2424
- name: black
2525
id: black

0 commit comments

Comments
 (0)