File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
22
- id : rst-inline-touching-normal
23
23
- id : text-unicode-replacement-char
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v2.23.1
25
+ rev : v2.29.0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py36-plus]
@@ -31,20 +31,20 @@ repos:
31
31
hooks :
32
32
- id : reorder-python-imports
33
33
- repo : https://github.com/asottile/setup-cfg-fmt
34
- rev : v1.17 .0
34
+ rev : v1.19 .0
35
35
hooks :
36
36
- id : setup-cfg-fmt
37
37
- repo : https://github.com/psf/black
38
- rev : 21.7b0
38
+ rev : 21.10b0
39
39
hooks :
40
40
- id : black
41
41
- repo : https://github.com/asottile/blacken-docs
42
- rev : v1.10 .0
42
+ rev : v1.11 .0
43
43
hooks :
44
44
- id : blacken-docs
45
45
additional_dependencies : [black]
46
46
- repo : https://github.com/PyCQA/flake8
47
- rev : 3.9.2
47
+ rev : 4.0.1
48
48
hooks :
49
49
- id : flake8
50
50
additional_dependencies : [
@@ -64,11 +64,11 @@ repos:
64
64
Pygments,
65
65
]
66
66
- repo : https://github.com/PyCQA/doc8
67
- rev : 0.9.0
67
+ rev : 0.10.1
68
68
hooks :
69
69
- id : doc8
70
70
- repo : https://github.com/econchick/interrogate
71
- rev : 1.4 .0
71
+ rev : 1.5 .0
72
72
hooks :
73
73
- id : interrogate
74
74
args : [-v, --fail-under=40, src, tests]
78
78
- id : codespell
79
79
args : [-L bringin, -L unparseable]
80
80
- repo : https://github.com/mgedmin/check-manifest
81
- rev : " 0.46 "
81
+ rev : " 0.47 "
82
82
hooks :
83
83
- id : check-manifest
84
84
- repo : meta
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers =
19
19
Programming Language :: Python :: 3.7
20
20
Programming Language :: Python :: 3.8
21
21
Programming Language :: Python :: 3.9
22
+ Programming Language :: Python :: 3.10
22
23
project_urls =
23
24
Changelog = https://github.com/pytask-dev/latex-dependency-scanner/blob/main/CHANGES.rst
24
25
Documentation = https://github.com/pytask-dev/latex-dependency-scanner
You can’t perform that action at this time.
0 commit comments