summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-06-02 20:51:06 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-06-02 20:51:06 +0200
commit36803cba06f18d6dfe79eca7846f656af208f03a (patch)
tree04bf02dff5262d611521760adda58b39e8b675b3 /.flake8
parentd8e58b58869f696fafd0b314740afc94af918e2b (diff)
downloadqutebrowser-36803cba06f18d6dfe79eca7846f656af208f03a.tar.gz
qutebrowser-36803cba06f18d6dfe79eca7846f656af208f03a.zip
Switch from flake8 to pytest-{mccabe,flakes,pep8}.
Diffstat (limited to '.flake8')
-rw-r--r--.flake813
1 files changed, 0 insertions, 13 deletions
diff --git a/.flake8 b/.flake8
deleted file mode 100644
index 29d9c8be4..000000000
--- a/.flake8
+++ /dev/null
@@ -1,13 +0,0 @@
-# vim: ft=dosini fileencoding=utf-8:
-
-[flake8]
-# E265: Block comment should start with '#'
-# E501: Line too long
-# F841: unused variable
-# F401: Unused import
-# E402: module level import not at top of file
-# E266: too many leading '#' for block comment
-# W503: line break before binary operator
-ignore=E265,E501,F841,F401,E402,E266,W503
-max_complexity = 12
-exclude=resources.py