Skip to content

Commit 1d20bd6

Browse files
authored
Merge pull request #6 from spatial-model-editor/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1fbdf67 + 0af6acf commit 1d20bd6

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.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
99
- id: check-toml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.9.1
12+
rev: 23.12.1
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
@@ -20,15 +20,15 @@ repos:
2020
- id: nbstripout
2121

2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: v3.0.3
23+
rev: v4.0.0-alpha.8
2424
hooks:
2525
- id: prettier
2626
additional_dependencies:
2727
- prettier
2828
- "prettier-plugin-toml"
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.27.0
31+
rev: 0.27.3
3232
hooks:
3333
- id: check-github-workflows
3434

0 commit comments

Comments
 (0)