Skip to content

Commit 783129b

Browse files
authored
Merge pull request #97 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 39a26f1 + cbe69a5 commit 783129b

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
@@ -13,7 +13,7 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.1.4"
16+
rev: "v0.1.5"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 23.10.1
25+
rev: 23.11.0
2626
hooks:
2727
- name: black
2828
id: black
2929
args: ["--line-length", "79"]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v3.0.3"
31+
rev: "v3.1.0"
3232
hooks:
3333
- id: prettier

0 commit comments

Comments
 (0)