diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-01 20:46:01 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-01 20:46:01 -0500 |
commit | af5a2996234768921b81d96ffaae00cb88229862 (patch) | |
tree | 5b2a688582652fc8080616ccc0de162198aa8ee0 /.pylintrc | |
download | myllama2-main.tar.xz myllama2-main.zip |
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..bb13cc1 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,6 @@ +[MASTER] +extension-pkg-whitelist=numpy,torch,sentencepiece + +[TYPECHECK] +ignored-modules=numpy,torch,sentencepiece +ignored-classes=numpy,torch,sentencepiece |