We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea55347 commit d5637bfCopy full SHA for d5637bf
1 file changed
pyproject.toml
@@ -77,5 +77,5 @@ disable = [
77
78
'C0114', # Missing module docstring (missing-module-docstring)
79
'C0123', # Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
80
- 'W0621', # Redefining name '???' from outer scope (line 21) (redefined-outer-name)
+ 'W0621', # Redefining name '???' from outer scope (line ???) (redefined-outer-name)
81
]
0 commit comments