Skip to content

Commit a17cd37

Browse files
committed
Update pre-commit hooks.
1 parent 786ff25 commit a17cd37

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
@@ -16,16 +16,16 @@ repos:
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.1.7"
19+
rev: "v0.1.9"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: "v4.0.0-alpha.4"
28+
rev: "v4.0.0-alpha.8"
2929
hooks:
3030
- id: prettier
3131
exclude: "^jsonschema/benchmarks/issue232/issue.json$"

0 commit comments

Comments
 (0)