ignore test module model
This commit is contained in:
parent
c277ab1036
commit
d372b21b5e
|
@ -30,6 +30,7 @@ exclude_lines =
|
||||||
omit =
|
omit =
|
||||||
pytorch_lightning/callbacks/pt_callbacks.py
|
pytorch_lightning/callbacks/pt_callbacks.py
|
||||||
tests/test_models.py
|
tests/test_models.py
|
||||||
|
pytorch_lightning/testing_models/lm_test_module.py
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E731,W504,F401,F841
|
ignore = E731,W504,F401,F841
|
||||||
|
|
Loading…
Reference in New Issue