Skip to content

Commit

Permalink
whitelist TA-lib in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Nov 18, 2017
1 parent 37a74b3 commit 57691c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[MASTER]
extension-pkg-whitelist=numpy,talib

[BASIC]
good-names=logger
ignore=vendor
ignore=vendor

[TYPECHECK]
ignored-modules=numpy,talib

0 comments on commit 57691c8

Please sign in to comment.