diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-02-11 15:25:53 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-02-11 15:25:53 +0100 |
commit | 83aeed38f174ea066b4e80e65d72640938696229 (patch) | |
tree | 8e9819ef26ca66fb50a4567f9fc852bb5809ce9a /.pylintrc | |
parent | 9eabd096454a47f56cd396de0ac42f772db8b4a1 (diff) | |
download | qutebrowser-83aeed38f174ea066b4e80e65d72640938696229.tar.gz qutebrowser-83aeed38f174ea066b4e80e65d72640938696229.zip |
Fix lint
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ disable=locally-disabled, [BASIC] function-rgx=[a-z_][a-z0-9_]{2,50}$ -const-rgx=[A-Za-z_][A-Za-z0-9_]{0,30}$ +const-rgx=[A-Za-z_][A-Za-z0-9_]{0,50}$ method-rgx=[a-z_][A-Za-z0-9_]{1,50}$ attr-rgx=[A-Za-z_][A-Za-z0-9_]{0,30}$ class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{1,30}|(__.*__))$ |