krz/yoshi-cli

A password manager for the command line.

clone: git clone https://gitbay.org/krz/yoshi-cli.git

1becd1e31d63a519e66574addf7295c2fcb87fe1

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-11-07T05:30:56Z

disable pylint too-many-branches
 pylintrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylintrc b/pylintrc
index 7f49bc4..06c59d4 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1 +1,2 @@
+[MESSAGES CONTROL]
 disable=too-many-branches