Skip to content

Commit 94864a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 057422f commit 94864a3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pyproject.toml

+11-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
1111
readme = "README.rst"
1212
license = "MIT"
1313
maintainers = [
14-
{ name = "Ronny Pfannschmidt", email = "[email protected]"}
14+
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
1515
]
1616
authors = [
17-
{ name = "holger krekel" },
17+
{ name = "holger krekel" },
1818
]
1919
requires-python = ">=3.7"
2020
classifiers = [
@@ -38,15 +38,14 @@ classifiers = [
3838
dynamic = [
3939
"version",
4040
]
41-
[project.urls]
42-
Homepage = "https://github.com/pytest-dev/apipkg"
41+
urls.Homepage = "https://github.com/pytest-dev/apipkg"
4342

4443
[tool.hatch.version]
4544
source = "vcs"
4645

4746
[tool.hatch.build.targets.sdist]
4847
include = [
49-
"/src",
48+
"/src",
5049
]
5150
[tool.hatch.build.hooks.vcs]
5251
version-file = "src/apipkg/_version.py"
@@ -58,7 +57,13 @@ dependencies = [
5857
"pytest-cov",
5958
]
6059
[[tool.hatch.envs.test.matrix]]
61-
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
60+
python = [
61+
"3.7",
62+
"3.8",
63+
"3.9",
64+
"3.10",
65+
"3.11",
66+
]
6267

6368
[tool.hatch.envs.test.scripts]
6469
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"

0 commit comments

Comments
 (0)