From 62bfa9e44dca53d8dada6aa79f9c1482e31c4deb Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Mon, 6 Mar 2017 11:24:05 -0500 Subject: separate out test tool configs from setup.cfg Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs. --- .flake8 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .flake8 (limited to '.flake8') diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..98ddeef20 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +[flake8] +exclude=.tox,utils,inventory +max_line_length = 120 +ignore = E501,T003 -- cgit v1.2.1