mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
[Lint] Enable pylint 'not-callable'
This commit is contained in:
parent
c7fd8f5116
commit
8160cef2b3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ confidence=
|
|||
# Arranged by category: Convention, Error, Information, Refactor, Warning.
|
||||
# Category per line (wrapped categories are indented) using symbolic names instead of ids.
|
||||
disable=missing-docstring, invalid-name, wrong-import-position, wrong-import-order,
|
||||
no-member, not-callable, no-name-in-module,
|
||||
no-member, no-name-in-module,
|
||||
locally-disabled,
|
||||
R,
|
||||
unused-argument, fixme, protected-access, import-error, unused-variable,
|
||||
|
|
Loading…
Add table
Reference in a new issue