ignore tests file

This commit is contained in:
William Falcon 2019-07-24 17:27:33 -04:00
parent 56997a0622
commit c277ab1036
1 changed files with 1 additions and 1 deletions

View File

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