Skip to content

Commit 189e2d3

Browse files
committed
fixup! Migrate to ruff
1 parent b984086 commit 189e2d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ quote-style = "preserve"
77
docstring-code-format = true
88

99
[tool.ruff.lint]
10-
select = ["E4", "E7", "E9", "F", "S", "U"]
11-
ignore = [
12-
# we only use asserts for type narrowing
13-
"S101",
14-
]
10+
select = ["E4", "E7", "E9", "F"]

0 commit comments

Comments
 (0)