From 42955eea82ccc53c6314cd78a18c57ae94b9c233 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 6 Dec 2016 14:32:32 -0600 Subject: [PATCH] Start including stats code in flake8 run --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 56341fa98..b939ce0cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,4 @@ ignore = E126,E127,E128,E123,E226,E241,E242,E265,N802,W503,E402,N814 max-line-length=85 exclude= loopy/target/c/compyte/ndarray, - loopy/target/c/compyte/array.py, - loopy/statistics.py, - test/test_statistics.py + loopy/target/c/compyte/array.py -- GitLab