File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ exclude: >
12
12
repos :
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v3 .3.0
15
+ rev : v4 .3.0
16
16
hooks :
17
17
- id : check-json
18
18
- id : check-yaml
19
19
- id : end-of-file-fixer
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/mgedmin/check-manifest
23
- rev : " 0.46 "
23
+ rev : " 0.48 "
24
24
hooks :
25
25
- id : check-manifest
26
26
args : [--no-build-isolation]
@@ -34,23 +34,23 @@ repos:
34
34
# - id: setup-cfg-fmt
35
35
36
36
- repo : https://github.com/timothycrosley/isort
37
- rev : 5.8.0
37
+ rev : 5.10.1
38
38
hooks :
39
39
- id : isort
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 20.8b1
42
+ rev : 22.6.0
43
43
hooks :
44
44
- id : black
45
45
46
46
- repo : https://gitlab.com/pycqa/flake8
47
- rev : 3.9.1
47
+ rev : 3.9.2
48
48
hooks :
49
49
- id : flake8
50
50
additional_dependencies : [flake8-bugbear==21.3.1]
51
51
52
52
- repo : https://github.com/pre-commit/mirrors-mypy
53
- rev : v0.812
53
+ rev : v0.961
54
54
hooks :
55
55
- id : mypy
56
56
additional_dependencies : [markdown-it-py~=1.0]
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ testing =
48
48
pytest-cov
49
49
pytest-regressions
50
50
rtd =
51
+ attrs
51
52
myst-parser~=0.16.1
52
53
sphinx-book-theme~=0.1.0
53
54
You can’t perform that action at this time.
0 commit comments