We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f41778 commit 589b70bCopy full SHA for 589b70b
1 file changed
pyproject.toml
@@ -72,7 +72,8 @@ disable = [
72
# TODO: the items below should be checked and corrected
73
'C0103', # Variable name doesn't conform to snake_case naming style (invalid-name)
74
'C0116', # Missing function or method docstring (missing-function-docstring)
75
- 'W0511', # TODO / fixme (fixme)
+ 'W0221', # Variadics removed in overriding '???' method (arguments-differ)
76
+ 'W0511', # Warning for TODO, FIXME, or similar comments left in the code (fixme)
77
'W1203', # Use lazy % formatting in logging functions (logging-fstring-interpolation)
78
79
'C0114', # Missing module docstring (missing-module-docstring)
0 commit comments