Skip to content

Commit 26c744c

Browse files
committed
removed ruff ignore from pyproject
1 parent b781e64 commit 26c744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ profile = "black"
5858

5959
[tool.ruff.lint]
6060
select = ["F", "B", "T20", "N", "W", "I", "E"]
61-
ignore = ["E501", "N806", "SIM118"]
61+
ignore = ["E501", "N806"]

0 commit comments

Comments
 (0)