ignore test module model

This commit is contained in:
William Falcon 2019-07-24 17:28:23 -04:00
parent c277ab1036
commit d372b21b5e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ exclude_lines =
omit =
pytorch_lightning/callbacks/pt_callbacks.py
tests/test_models.py
pytorch_lightning/testing_models/lm_test_module.py
[flake8]
ignore = E731,W504,F401,F841