Skip to content

Commit

Permalink
Update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Sep 30, 2018
1 parent 6a822a1 commit ac4917c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[TYPECHECK]

ignored-modules=numpy,numpy.random
ignored-modules=numpy,numpy.random,tensorflow,matplotlib,keras,sklearn,chainer,torch,mxnet,torchvision,tqdm
ignored-classes=numpy,tuple,SparseTensor
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ install: "pip install -r requirements.txt"
script:
- python -m compileall .
- pytest
- find . -name '*.py' | xargs pylint -E
2 changes: 1 addition & 1 deletion mxnet/mxlab-12-5-seq2seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys

# pip3 install tqdm
from tqdm import *
from tqdm import tqdm

logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) # Config the logging
np.random.seed(777)
Expand Down

0 comments on commit ac4917c

Please sign in to comment.