index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
.pylintrc
3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 9b7ea17..7540b0c 100644
--- a/
.pylintrc
+++ b/
.pylintrc
@@ -11,4 +11,5 @@ ignore-imports=yes
disable=
fixme,
duplicate-code,
- no-else-return
+ no-else-return,
+ too-many-lines,