mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
last config try
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user