diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 13:58:00 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 15:36:50 -0500 |
| commit | d448f10805dcd564d597f0c63157bb7913d26193 (patch) | |
| tree | 363be9ac426b407666eff13f2fe9a9bfd21e8e6e /pyproject.toml | |
| parent | b6bbe236ed0689f50b5148f1172510b975687e62 (diff) | |
| parent | c681f6748acaea1bf0b706528c36327cc94a6eed (diff) | |
| download | python-setuptools-git-d448f10805dcd564d597f0c63157bb7913d26193.tar.gz | |
Merge https://github.com/jaraco/skeleton into feature/skeleton
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 25 |
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" |
