Skip to content

Commit 073eb37

Browse files
committed
2 parents e651e53 + d1c5444 commit 073eb37

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+
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
@@ -43,8 +43,6 @@ testing =
4343
docs =
4444
# upstream
4545
sphinx >= 3.5
46-
# workaround for sphinx/sphinx-doc#11662
47-
sphinx < 7.2.5
4846
jaraco.packaging >= 9.3
4947
rst.linker >= 1.9
5048
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)