We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fbdf67 + 0af6acf commit 1d20bd6Copy full SHA for 1d20bd6
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
9
- id: check-toml
10
11
- repo: https://github.com/psf/black
12
- rev: 23.9.1
+ rev: 23.12.1
13
14
- id: black
15
- id: black-jupyter
@@ -20,15 +20,15 @@ repos:
20
- id: nbstripout
21
22
- repo: https://github.com/pre-commit/mirrors-prettier
23
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
24
25
- id: prettier
26
additional_dependencies:
27
- prettier
28
- "prettier-plugin-toml"
29
30
- repo: https://github.com/python-jsonschema/check-jsonschema
31
- rev: 0.27.0
+ rev: 0.27.3
32
33
- id: check-github-workflows
34
0 commit comments