Skip to content

Commit 0ae1d24

Browse files
committed
2 parents 55a55ea + b434f69 commit 0ae1d24

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[lint]
2+
extend-select = [
3+
"C901",
4+
"W",
5+
]
26
ignore = [
37
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
48
"W191",

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ testing =
4141
docs =
4242
# upstream
4343
sphinx >= 3.5
44-
# workaround for sphinx/sphinx-doc#11662
45-
sphinx < 7.2.5
4644
jaraco.packaging >= 9.3
4745
rst.linker >= 1.9
4846
furo

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extras =
1414
[testenv:diffcov]
1515
description = run tests and check that diff from main is covered
1616
deps =
17+
{[testenv]deps}
1718
diff-cover
1819
commands =
1920
pytest {posargs} --cov-report xml

0 commit comments

Comments
 (0)