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 @@ -24,24 +24,24 @@ repos:
2424 - id : python-use-type-annotations
2525 - id : text-unicode-replacement-char
2626- repo : https://github.com/asottile/reorder-python-imports
27- rev : v3.9 .0
27+ rev : v3.11 .0
2828 hooks :
2929 - id : reorder-python-imports
3030 args : [--py37-plus, --add-import, 'from __future__ import annotations']
3131- repo : https://github.com/asottile/setup-cfg-fmt
32- rev : v2.2 .0
32+ rev : v2.4 .0
3333 hooks :
3434 - id : setup-cfg-fmt
3535- repo : https://github.com/psf/black
36- rev : 23.3.0
36+ rev : 23.9.1
3737 hooks :
3838 - id : black
39- - repo : https://github.com/charliermarsh /ruff-pre-commit
40- rev : v0.0.269
39+ - repo : https://github.com/astral-sh /ruff-pre-commit
40+ rev : v0.0.290
4141 hooks :
4242 - id : ruff
4343- repo : https://github.com/dosisod/refurb
44- rev : v1.16 .0
44+ rev : v1.21 .0
4545 hooks :
4646 - id : refurb
4747 args : [--ignore, FURB126]
5151 - id : interrogate
5252 args : [-v, --fail-under=40, src, tests]
5353- repo : https://github.com/executablebooks/mdformat
54- rev : 0.7.16
54+ rev : 0.7.17
5555 hooks :
5656 - id : mdformat
5757 additional_dependencies : [
@@ -60,11 +60,11 @@ repos:
6060 ]
6161 args : [--wrap, "88"]
6262- repo : https://github.com/codespell-project/codespell
63- rev : v2.2.4
63+ rev : v2.2.5
6464 hooks :
6565 - id : codespell
6666- repo : https://github.com/pre-commit/mirrors-mypy
67- rev : ' v1.3.0 '
67+ rev : ' v1.5.1 '
6868 hooks :
6969 - id : mypy
7070 args : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/pytask-dev/pytask-parallel
77author = Tobias Raabe
88author_email = raabe@posteo.de
99license = MIT
10- license_file = LICENSE
10+ license_files = LICENSE
1111platforms = any
1212classifiers =
1313 Development Status :: 4 - Beta
@@ -29,7 +29,7 @@ install_requires =
2929 loky
3030 pybaum>=0.1.1
3131 pytask>=0.3
32- python_requires = >=3.7
32+ python_requires = >=3.8
3333include_package_data = True
3434package_dir = =src
3535zip_safe = False
You can’t perform that action at this time.
0 commit comments