We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2090e2 commit 0bba9fbCopy full SHA for 0bba9fb
pyproject.toml
@@ -48,7 +48,6 @@ line-length = 120
48
[tool.ruff.lint]
49
ignore = [
50
"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
52
"S101", # S101 Use of `assert` detectd
53
]
54
0 commit comments