mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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.
|
# Arranged by category: Convention, Error, Information, Refactor, Warning.
|
||||||
# Category per line (wrapped categories are indented) using symbolic names instead of ids.
|
# Category per line (wrapped categories are indented) using symbolic names instead of ids.
|
||||||
disable=missing-docstring, invalid-name, wrong-import-position, wrong-import-order,
|
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,
|
locally-disabled,
|
||||||
R,
|
R,
|
||||||
unused-argument, fixme, protected-access, import-error, unused-variable,
|
unused-argument, fixme, protected-access, import-error, unused-variable,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue