File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ max_line_length = 88
1414[* .{yml,yaml} ]
1515indent_style = space
1616indent_size = 2
17+
18+ [* .rst ]
19+ indent_style = space
Original file line number Diff line number Diff 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 ]
1818addopts = " --flake8"
1919
20- [pytest . enabler .cov ]
20+ [tool . pytest- enabler .cov ]
2121addopts = " --cov"
2222
2323[pytest .enabler .xdist ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments