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 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.0.1
3+ rev : v4.1.0
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=100']
1111 - id : debug-statements
1212 - id : end-of-file-fixer
1313 - id : fix-byte-order-marker
14- - id : forbid-new-submodules
1514 - id : mixed-line-ending
1615 - id : no-commit-to-branch
1716 args : [--branch, main]
@@ -29,29 +28,29 @@ repos:
2928 - id : rst-inline-touching-normal
3029 - id : text-unicode-replacement-char
3130- repo : https://github.com/asottile/pyupgrade
32- rev : v2.21.2
31+ rev : v2.31.0
3332 hooks :
3433 - id : pyupgrade
3534 args : [--py37-plus]
3635- repo : https://github.com/asottile/reorder_python_imports
37- rev : v2.5 .0
36+ rev : v2.6 .0
3837 hooks :
3938 - id : reorder-python-imports
4039- repo : https://github.com/asottile/setup-cfg-fmt
41- rev : v1.17 .0
40+ rev : v1.20 .0
4241 hooks :
4342 - id : setup-cfg-fmt
4443- repo : https://github.com/psf/black
45- rev : 21.7b0
44+ rev : 21.12b0
4645 hooks :
4746 - id : black
4847- repo : https://github.com/asottile/blacken-docs
49- rev : v1.10 .0
48+ rev : v1.12 .0
5049 hooks :
5150 - id : blacken-docs
5251 additional_dependencies : [black]
5352- repo : https://github.com/PyCQA/flake8
54- rev : 3.9.2
53+ rev : 4.0.1
5554 hooks :
5655 - id : flake8
5756 types : [python]
@@ -72,11 +71,11 @@ repos:
7271 Pygments,
7372 ]
7473- repo : https://github.com/PyCQA/doc8
75- rev : 0.9.0
74+ rev : 0.10.1
7675 hooks :
7776 - id : doc8
7877- repo : https://github.com/econchick/interrogate
79- rev : 1.4 .0
78+ rev : 1.5 .0
8079 hooks :
8180 - id : interrogate
8281 args : [-v, --fail-under=40, src, tests]
8685 - id : codespell
8786 args : [-L unparseable]
8887- repo : https://github.com/mgedmin/check-manifest
89- rev : " 0.46 "
88+ rev : " 0.47 "
9089 hooks :
9190 - id : check-manifest
9291- repo : meta
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers =
1818 Programming Language :: Python :: 3.7
1919 Programming Language :: Python :: 3.8
2020 Programming Language :: Python :: 3.9
21+ Programming Language :: Python :: 3.10
2122project_urls =
2223 Changelog = https://github.com/pytask-dev/pytask-julia/blob/main/CHANGES.rst
2324 Documentation = https://github.com/pytask-dev/pytask-julia
You can’t perform that action at this time.
0 commit comments