last config try

This commit is contained in:
William Falcon
2019-08-07 12:42:36 -04:00
parent c043862a55
commit 0985a1875c
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -25,10 +25,6 @@ coverage:
# threshold: 50% # allow this much decrease on patch
changes: false
ignore:
- "pytorch_lightning/utilities/arg_parse.py"
- "raise *"
parsers:
gcov:
branch_detection:
+2
View File
@@ -31,6 +31,7 @@ exclude_lines =
print(traceback.print_exc())
return *
raise Exception
raise *
warnings
print
raise RuntimeError
@@ -42,6 +43,7 @@ omit =
pytorch_lightning/callbacks/pt_callbacks.py
tests/test_models.py
pytorch_lightning/testing_models/lm_test_module.py
pytorch_lightning/utilities/arg_parse.py
[flake8]
ignore = E731,W504,F401,F841