From e30a3ee90c2c2c2d945d4d1684f5850700e3101a Mon Sep 17 00:00:00 2001 From: nfnty Date: Sat, 24 Dec 2016 06:49:39 +0100 Subject: linting: Enable `access-member-before-definition` --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') 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 -- cgit 1.4.1-2-gfad0