Skip to content

Commit d5637bf

Browse files
committed
??? pylint
1 parent ea55347 commit d5637bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ disable = [
7777

7878
'C0114', # Missing module docstring (missing-module-docstring)
7979
'C0123', # Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
80-
'W0621', # Redefining name '???' from outer scope (line 21) (redefined-outer-name)
80+
'W0621', # Redefining name '???' from outer scope (line ???) (redefined-outer-name)
8181
]

0 commit comments

Comments
 (0)