diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 23:29:31 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 23:29:31 -0600 |
commit | 5a76c67492e0718adcacb7c3936a5e2abbc90f65 (patch) | |
tree | 358a142ff087f376a81d28915c8d6388172cb09c /pylintrc | |
parent | fe31857c7d5b90c90784d83b12326c0ba80ff019 (diff) | |
download | yoshi-cli-5a76c67492e0718adcacb7c3936a5e2abbc90f65.tar.gz yoshi-cli-5a76c67492e0718adcacb7c3936a5e2abbc90f65.tar.bz2 yoshi-cli-5a76c67492e0718adcacb7c3936a5e2abbc90f65.zip |
disable pylint too-many-branches
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc new file mode 100644 index 0000000..7f49bc4 --- /dev/null +++ b/pylintrc @@ -0,0 +1 @@ +disable=too-many-branches |