We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946c456 commit c55eae9Copy full SHA for c55eae9
.pre-commit-config.yaml
@@ -10,26 +10,26 @@ repos:
10
- id: check-toml
11
12
- repo: https://github.com/psf/black
13
- rev: 23.9.1
+ rev: 24.3.0
14
hooks:
15
- id: black
16
- id: black-jupyter
17
18
- repo: https://github.com/kynan/nbstripout
19
- rev: 0.6.1
+ rev: 0.7.1
20
21
- id: nbstripout
22
23
- repo: https://github.com/pre-commit/mirrors-prettier
24
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
25
26
- id: prettier
27
additional_dependencies:
28
- prettier
29
- "prettier-plugin-toml"
30
31
- repo: https://github.com/python-jsonschema/check-jsonschema
32
- rev: 0.27.0
+ rev: 0.28.1
33
34
- id: check-github-workflows
35
- id: check-readthedocs
0 commit comments