diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-03 20:04:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-03 20:04:58 -0400 |
| commit | 120d9270c50a07caad0c697ca1f4b865226dde99 (patch) | |
| tree | 21e688146e8e66cb411047fe482eccb43f489afb | |
| parent | edaf14a126f419213321032a7eb64ae4d660ab6f (diff) | |
| parent | 2678a7e82d581c07691575d90cd255b64ee63a27 (diff) | |
| download | python-setuptools-git-120d9270c50a07caad0c697ca1f4b865226dde99.tar.gz | |
Merge https://github.com/jaraco/skeleton
| -rw-r--r-- | .editorconfig | 3 | ||||
| -rw-r--r-- | pyproject.toml | 8 | ||||
| -rw-r--r-- | setup.cfg | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index b8aeea17..304196f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ max_line_length = 88 [*.{yml,yaml}] indent_style = space indent_size = 2 + +[*.rst] +indent_style = space diff --git a/pyproject.toml b/pyproject.toml index 6b426a37..f6fdfc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,16 +8,16 @@ skip-string-normalization = true [tool.setuptools_scm] -[pytest.enabler.black] +[tool.pytest-enabler.black] #addopts = "--black" -[pytest.enabler.mypy] +[tool.pytest-enabler.mypy] #addopts = "--mypy" -[pytest.enabler.flake8] +[tool.pytest-enabler.flake8] addopts = "--flake8" -[pytest.enabler.cov] +[tool.pytest-enabler.cov] addopts = "--cov" [pytest.enabler.xdist] @@ -52,7 +52,7 @@ testing = pytest-mypy >= 0.9.1; \ # workaround for jaraco/skeleton#22 python_implementation != "PyPy" - pytest-enabler >= 1.0.1 + pytest-enabler >= 1.3 pytest-perf # local |
