Skip to content

Commit 6e964ed

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f3bafd commit 6e964ed

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pyproject.toml

+11-7
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,13 @@ classifiers = [
3838
dynamic = [
3939
"version",
4040
]
41-
[project.urls]
42-
Homepage = "https://github.com/pytest-dev/apipkg"
43-
41+
urls.Homepage = "https://github.com/pytest-dev/apipkg"
4442
[tool.hatch.version]
4543
source = "vcs"
4644

4745
[tool.hatch.build.targets.sdist]
4846
include = [
49-
"/src",
47+
"/src",
5048
]
5149
[tool.hatch.build.hooks.vcs]
5250
version-file = "src/apipkg/_version.py"
@@ -58,7 +56,13 @@ dependencies = [
5856
"pytest-cov",
5957
]
6058
[[tool.hatch.envs.test.matrix]]
61-
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
59+
python = [
60+
"3.7",
61+
"3.8",
62+
"3.9",
63+
"3.10",
64+
"3.11",
65+
]
6266

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

0 commit comments

Comments
 (0)