We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4dc2f commit f8309a8Copy full SHA for f8309a8
1 file changed
pyproject.toml
@@ -44,7 +44,7 @@ select = [
44
]
45
46
# Ignore rules
47
-ignore = []
+ignore = ["D202", "D212", "D104"]
48
49
# Allow unused variables if they start with an underscore
50
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
0 commit comments