aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-02 11:12:32 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commit66b10e25df4de8bade79db9bd7a49c8db86e43a6 (patch)
tree8865a07bd0a84d6120462b71a85f4bf94c733c9f /.pylintrc
parente5ed256a0599eeb53e2067c3d6b928783bc4c27e (diff)
downloadgenenetwork3-66b10e25df4de8bade79db9bd7a49c8db86e43a6.tar.gz
Ignore similarities in imports section when linting
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..0bdef23
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,3 @@
+[SIMILARITIES]
+
+ignore-imports=yes \ No newline at end of file