summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-16 18:04:05 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-16 18:04:05 -0500
commitbf1956953fb953cf5cdb013753908b5bfe6a9d2b (patch)
tree722c84839269ec156fc8199ac10f8df4106d1cc4 /pyproject.toml
parent8a08631be2d647e20b9f79e75f85d0651305557c (diff)
parent0df40810ec54590c888ae0e4073d73f731c91f4a (diff)
downloadpython-setuptools-git-bf1956953fb953cf5cdb013753908b5bfe6a9d2b.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 658514d3..0bc2a46f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,18 +12,16 @@ skip-string-normalization = true
[tool.setuptools_scm]
-# jaraco/skeleton#22
-[tool.jaraco.pytest.plugins.black]
+[pytest.enabler.black]
#addopts = "--black"
-# jaraco/skeleton#22
-[tool.jaraco.pytest.plugins.mypy]
+[pytest.enabler.mypy]
#addopts = "--mypy"
-[tool.jaraco.pytest.plugins.flake8]
+[pytest.enabler.flake8]
addopts = "--flake8"
-[tool.jaraco.pytest.plugins.cov]
+[pytest.enabler.cov]
addopts = "--cov"
[tool.towncrier]