Skip to content

Commit 232cfa5

Browse files
Merge 8c2cc5d into 2a60aa4
2 parents 2a60aa4 + 8c2cc5d commit 232cfa5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ repos:
2525
- id: python-no-log-warn
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
28-
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v3.9.0
28+
- repo: https://github.com/asottile/reorder-python-imports
29+
rev: v3.12.0
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/psf/black
34-
rev: 23.1.0
34+
rev: 23.9.1
3535
hooks:
3636
- id: black
37-
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.244
37+
- repo: https://github.com/astral-sh/ruff-pre-commit
38+
rev: v0.0.292
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v1.21.0
4343
hooks:
4444
- id: refurb
4545
args: [--ignore, FURB126]
4646
- repo: https://github.com/asottile/setup-cfg-fmt
47-
rev: v2.2.0
47+
rev: v2.5.0
4848
hooks:
4949
- id: setup-cfg-fmt
5050
- repo: https://github.com/econchick/interrogate
@@ -53,7 +53,7 @@ repos:
5353
- id: interrogate
5454
args: [-v, --fail-under=40, src, tests]
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.16
56+
rev: 0.7.17
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies: [
@@ -62,13 +62,13 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.2
65+
rev: v2.2.6
6666
hooks:
6767
- id: codespell
6868
args: [-L als, -L unparseable]
6969
additional_dependencies: ["tomli"]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 'v1.0.0'
71+
rev: 'v1.5.1'
7272
hooks:
7373
- id: mypy
7474
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-environment
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
@@ -27,7 +27,7 @@ install_requires =
2727
click
2828
pony
2929
pytask>=0.2
30-
python_requires = >=3.7
30+
python_requires = >=3.8
3131
include_package_data = True
3232
package_dir = =src
3333
zip_safe = False

0 commit comments

Comments
 (0)