diff options
author | nfnty <git@nfnty.se> | 2016-12-24 06:49:39 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-17 05:59:03 +0100 |
commit | e30a3ee90c2c2c2d945d4d1684f5850700e3101a (patch) | |
tree | 2c6f4ccc994859fb583579089a79e1488c9bf50e /.pylintrc | |
parent | 62a776bbd80408c110e2d536ae406420c47f6bb1 (diff) | |
download | ranger-e30a3ee90c2c2c2d945d4d1684f5850700e3101a.tar.gz |
linting: Enable `access-member-before-definition`
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index 56f0ec0e..43337df8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,7 +8,7 @@ max-branches=16 [FORMAT] max-line-length = 99 -disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,broad-except,cyclic-import,attribute-defined-outside-init,access-member-before-definition +disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,broad-except,cyclic-import,attribute-defined-outside-init [TYPECHECK] ignored-classes=ranger.core.actions.Actions |