File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
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.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=100']
11
11
- id : debug-statements
12
12
- id : end-of-file-fixer
13
13
- id : fix-byte-order-marker
14
- - id : forbid-new-submodules
15
14
- id : mixed-line-ending
16
15
- id : no-commit-to-branch
17
16
args : [--branch, main]
@@ -29,29 +28,29 @@ repos:
29
28
- id : rst-inline-touching-normal
30
29
- id : text-unicode-replacement-char
31
30
- repo : https://github.com/asottile/pyupgrade
32
- rev : v2.21.2
31
+ rev : v2.31.0
33
32
hooks :
34
33
- id : pyupgrade
35
34
args : [--py37-plus]
36
35
- repo : https://github.com/asottile/reorder_python_imports
37
- rev : v2.5 .0
36
+ rev : v2.6 .0
38
37
hooks :
39
38
- id : reorder-python-imports
40
39
- repo : https://github.com/asottile/setup-cfg-fmt
41
- rev : v1.17 .0
40
+ rev : v1.20 .0
42
41
hooks :
43
42
- id : setup-cfg-fmt
44
43
- repo : https://github.com/psf/black
45
- rev : 21.7b0
44
+ rev : 21.12b0
46
45
hooks :
47
46
- id : black
48
47
- repo : https://github.com/asottile/blacken-docs
49
- rev : v1.10 .0
48
+ rev : v1.12 .0
50
49
hooks :
51
50
- id : blacken-docs
52
51
additional_dependencies : [black]
53
52
- repo : https://github.com/PyCQA/flake8
54
- rev : 3.9.2
53
+ rev : 4.0.1
55
54
hooks :
56
55
- id : flake8
57
56
types : [python]
@@ -72,11 +71,11 @@ repos:
72
71
Pygments,
73
72
]
74
73
- repo : https://github.com/PyCQA/doc8
75
- rev : 0.9.0
74
+ rev : 0.10.1
76
75
hooks :
77
76
- id : doc8
78
77
- repo : https://github.com/econchick/interrogate
79
- rev : 1.4 .0
78
+ rev : 1.5 .0
80
79
hooks :
81
80
- id : interrogate
82
81
args : [-v, --fail-under=40, src, tests]
86
85
- id : codespell
87
86
args : [-L unparseable]
88
87
- repo : https://github.com/mgedmin/check-manifest
89
- rev : " 0.46 "
88
+ rev : " 0.47 "
90
89
hooks :
91
90
- id : check-manifest
92
91
- repo : meta
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers =
18
18
Programming Language :: Python :: 3.7
19
19
Programming Language :: Python :: 3.8
20
20
Programming Language :: Python :: 3.9
21
+ Programming Language :: Python :: 3.10
21
22
project_urls =
22
23
Changelog = https://github.com/pytask-dev/pytask-julia/blob/main/CHANGES.rst
23
24
Documentation = https://github.com/pytask-dev/pytask-julia
You can’t perform that action at this time.
0 commit comments