Skip to content

Commit 589b70b

Browse files
committed
??? pylint
1 parent 9f41778 commit 589b70b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ disable = [
7272
# TODO: the items below should be checked and corrected
7373
'C0103', # Variable name doesn't conform to snake_case naming style (invalid-name)
7474
'C0116', # Missing function or method docstring (missing-function-docstring)
75-
'W0511', # TODO / fixme (fixme)
75+
'W0221', # Variadics removed in overriding '???' method (arguments-differ)
76+
'W0511', # Warning for TODO, FIXME, or similar comments left in the code (fixme)
7677
'W1203', # Use lazy % formatting in logging functions (logging-fstring-interpolation)
7778

7879
'C0114', # Missing module docstring (missing-module-docstring)

0 commit comments

Comments
 (0)