summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-12 13:58:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-12 15:36:50 -0500
commitd448f10805dcd564d597f0c63157bb7913d26193 (patch)
tree363be9ac426b407666eff13f2fe9a9bfd21e8e6e /pyproject.toml
parentb6bbe236ed0689f50b5148f1172510b975687e62 (diff)
parentc681f6748acaea1bf0b706528c36327cc94a6eed (diff)
downloadpython-setuptools-git-d448f10805dcd564d597f0c63157bb7913d26193.tar.gz
Merge https://github.com/jaraco/skeleton into feature/skeleton
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml25
1 files changed, 19 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2d362865..658514d3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,6 +7,25 @@ requires = [
build-backend = "setuptools.build_meta"
backend-path = ["."]
+[tool.black]
+skip-string-normalization = true
+
+[tool.setuptools_scm]
+
+# jaraco/skeleton#22
+[tool.jaraco.pytest.plugins.black]
+#addopts = "--black"
+
+# jaraco/skeleton#22
+[tool.jaraco.pytest.plugins.mypy]
+#addopts = "--mypy"
+
+[tool.jaraco.pytest.plugins.flake8]
+addopts = "--flake8"
+
+[tool.jaraco.pytest.plugins.cov]
+addopts = "--cov"
+
[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"
@@ -41,9 +60,3 @@ backend-path = ["."]
directory = "misc"
name = "Misc"
showcontent = true
-
-[tool.jaraco.pytest.plugins.flake8]
-addopts = "--flake8"
-
-[tool.jaraco.pytest.plugins.cov]
-addopts = "--cov"