diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-07 18:29:37 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-07 18:29:37 -0600 |
commit | ace37138a976fe4915af71ae6992bb327c64d3cc (patch) | |
tree | 8fe3746248fdf18911cdaf55c762ab80fe2aef15 /pylintrc | |
parent | 2aeccc9022ca7984af27a0dd372e89e573158a62 (diff) | |
download | yoshi-cli-ace37138a976fe4915af71ae6992bb327c64d3cc.tar.gz yoshi-cli-ace37138a976fe4915af71ae6992bb327c64d3cc.tar.bz2 yoshi-cli-ace37138a976fe4915af71ae6992bb327c64d3cc.zip |
fix pylint errors for wordlist.py
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ [MESSAGES CONTROL] -disable=too-many-branches +disable=too-many-branches,too-many-lines |