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.
1 parent 1103520 commit 8f525f4Copy full SHA for 8f525f4
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 23.3.0
+ rev: 23.7.0
17
hooks:
18
- id: black
19
- id: black-jupyter
@@ -24,7 +24,7 @@ repos:
24
- id: blackdoc
25
26
- repo: https://github.com/PyCQA/flake8
27
- rev: 6.0.0
+ rev: 6.1.0
28
29
- id: flake8
30
@@ -34,7 +34,7 @@ repos:
34
- id: isort
35
36
- repo: https://github.com/pre-commit/mirrors-prettier
37
- rev: v3.0.0-alpha.9-for-vscode
+ rev: v3.0.3
38
39
- id: prettier
40
0 commit comments