Skip to content

Commit 0bba9fb

Browse files
committed
pyproject: drop rule S320 from ruff format
warning: The following rules have been removed and ignoring them has no effect: - S320
1 parent a2090e2 commit 0bba9fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ line-length = 120
4848
[tool.ruff.lint]
4949
ignore = [
5050
"FBT001", # FBT001 Boolean-typed positional argument in function definition
51-
"S320", # S320 Using `lxml` to parse untrusted data is known to be vulnerable to XML attacks
5251
"S101", # S101 Use of `assert` detectd
5352
]
5453

0 commit comments

Comments
 (0)