From c277ab103672d151f47a5dc02d220ecfb7fdc195 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 17:27:33 -0400 Subject: [PATCH] ignore tests file --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8ffa32404a..1b1396ee2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ exclude_lines = omit = pytorch_lightning/callbacks/pt_callbacks.py - + tests/test_models.py [flake8] ignore = E731,W504,F401,F841