From af28c2b0a21665214596c7cdccba5531398150ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Papierski?= Date: Sat, 2 Apr 2016 10:26:36 +0200 Subject: [PATCH] Add .flake8 as valid per-project config file Source: http://flake8.readthedocs.org/en/latest/config.html#per-project. --- lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint.py b/lint.py index 272a9d9..a92024a 100644 --- a/lint.py +++ b/lint.py @@ -51,7 +51,7 @@ os.getenv('XDG_CONFIG_HOME') or os.path.expanduser('~/.config'), 'flake8' ) -CONFIG_FILES = ('setup.cfg', 'tox.ini', '.pep8') +CONFIG_FILES = ('setup.cfg', 'tox.ini', '.pep8', '.flake8') def tools_versions():