Skip to content

Commit 592bf6b

Browse files
committed
2 parents 8806606 + 719a7ce commit 592bf6b

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ repos:
33
rev: 20.8b1
44
hooks:
55
- id: black
6-
7-
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.9.1
9-
hooks:
10-
- id: blacken-docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
2+
requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

setup.cfg

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[metadata]
2-
license_files =
3-
LICENSE
42
name = importlib_metadata
53
author = Jason R. Coombs
64
author_email = [email protected]
@@ -36,13 +34,13 @@ testing =
3634
pytest >= 4.6
3735
pytest-checkdocs >= 2.4
3836
pytest-flake8
39-
# python_implementation: workaround for jaraco/skeleton#22
40-
# python_version: workaround for python/typed_ast#156
41-
pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
37+
pytest-black >= 0.3.7; \
38+
# workaround for jaraco/skeleton#22
39+
python_implementation != "PyPy"
4240
pytest-cov
43-
# python_implementation: workaround for jaraco/skeleton#22
44-
# python_version: workaround for python/typed_ast#156
45-
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
41+
pytest-mypy; \
42+
# workaround for jaraco/skeleton#22
43+
python_implementation != "PyPy"
4644
pytest-enabler >= 1.0.1
4745

4846
# local

0 commit comments

Comments
 (0)