We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726bcf9 commit 18be8ebCopy full SHA for 18be8eb
1 file changed
pyproject.toml
@@ -59,6 +59,9 @@ ignore = [
59
# Skip type annotation on **_
60
"ANN003",
61
62
+ # Redundant as the formatter handles missing trailing commas.
63
+ "COM812",
64
+
65
# documenting magic methods
66
"D105",
67
0 commit comments