Skip to content

Commit da48e4e

Browse files
[pre-commit.ci] pre-commit autoupdate (#60)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a07c62a commit da48e4e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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]
@@ -51,7 +51,7 @@ repos:
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: [

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/pytask-dev/pytask-parallel
77
author = Tobias Raabe
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
platforms = any
1212
classifiers =
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
3333
include_package_data = True
3434
package_dir = =src
3535
zip_safe = False

0 commit comments

Comments
 (0)