Commit 2bc119e 1 parent 4f81628 commit 2bc119e Copy full SHA for 2bc119e
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : " 22.6.0 "
13
+ rev : " 23.9.1 "
14
14
hooks :
15
15
- id : black
16
16
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
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : " 4.0.1 "
23
+ rev : " 6.1.0 "
24
24
hooks :
25
25
- id : flake8
26
26
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : " v2.37.1 "
28
+ rev : " v3.15.0 "
29
29
hooks :
30
30
- id : pyupgrade
31
31
32
32
- repo : https://github.com/PyCQA/doc8
33
- rev : " 0.11.2 "
33
+ rev : " v1.1.1 "
34
34
hooks :
35
35
- id : doc8
You can’t perform that action at this time.
0 commit comments