Skip to content

Commit 120d927

Browse files
committed
2 parents edaf14a + 2678a7e commit 120d927

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ max_line_length = 88
1414
[*.{yml,yaml}]
1515
indent_style = space
1616
indent_size = 2
17+
18+
[*.rst]
19+
indent_style = space

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ skip-string-normalization = true
88

99
[tool.setuptools_scm]
1010

11-
[pytest.enabler.black]
11+
[tool.pytest-enabler.black]
1212
#addopts = "--black"
1313

14-
[pytest.enabler.mypy]
14+
[tool.pytest-enabler.mypy]
1515
#addopts = "--mypy"
1616

17-
[pytest.enabler.flake8]
17+
[tool.pytest-enabler.flake8]
1818
addopts = "--flake8"
1919

20-
[pytest.enabler.cov]
20+
[tool.pytest-enabler.cov]
2121
addopts = "--cov"
2222

2323
[pytest.enabler.xdist]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ testing =
5252
pytest-mypy >= 0.9.1; \
5353
# workaround for jaraco/skeleton#22
5454
python_implementation != "PyPy"
55-
pytest-enabler >= 1.0.1
55+
pytest-enabler >= 1.3
5656
pytest-perf
5757

5858
# local

0 commit comments

Comments
 (0)