File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
# - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization”
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
8
8
- repo : https://github.com/PyCQA/docformatter
9
- rev : v1.5.0
9
+ rev : v1.7.3
10
10
hooks :
11
11
- id : docformatter
12
12
args : ["--wrap-summaries=100", "--wrap-descriptions=100"]
13
13
- repo : https://github.com/psf/black
14
- rev : 22.10 .0
14
+ rev : 23.3 .0
15
15
hooks :
16
16
- id : black
17
17
- repo : https://github.com/pycqa/isort
18
- rev : 5.10.1
18
+ rev : 5.12.0
19
19
hooks :
20
20
- id : isort
21
21
- repo : https://github.com/csachs/pyproject-flake8
22
- rev : v5 .0.4a1 .post1
22
+ rev : v6 .0.0 .post1
23
23
hooks :
24
24
- id : pyproject-flake8
25
25
- repo : https://github.com/pre-commit/mirrors-prettier
26
- rev : v3.0.0-alpha.4
26
+ rev : v3.0.0-alpha.9-for-vscode
27
27
hooks :
28
28
- id : prettier
29
29
types_or : [css, javascript]
You can’t perform that action at this time.
0 commit comments