diff options
author | BonfaceKilz | 2021-03-02 11:12:32 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-08 21:09:58 +0300 |
commit | 66b10e25df4de8bade79db9bd7a49c8db86e43a6 (patch) | |
tree | 8865a07bd0a84d6120462b71a85f4bf94c733c9f /.pylintrc | |
parent | e5ed256a0599eeb53e2067c3d6b928783bc4c27e (diff) | |
download | genenetwork3-66b10e25df4de8bade79db9bd7a49c8db86e43a6.tar.gz |
Ignore similarities in imports section when linting
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
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 |