summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-15 08:53:20 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-15 08:53:20 +0000
commit4f6a7d577e8eaf32c2fcabb954b8906c48eef773 (patch)
treec7220fa74dd0bcac258fcd20f19b99bd82b96db7 /.flake8
parentf2be65b417b7179f5490c0735d053bd466f7f317 (diff)
parent95ec2341a02f50ddc2013d707818fcf3738c133f (diff)
downloadgobject-introspection-4f6a7d577e8eaf32c2fcabb954b8906c48eef773.tar.gz
Merge branch 'flake8' into 'master'
tests: depend on flake8 instead of including pep8/pyflakes See merge request GNOME/gobject-introspection!58
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 4 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..9c8621cf
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,4 @@
+[flake8]
+ignore=E127,E402,E501,E731,E128,W503,E741
+exclude=misc,subprojects
+builtins=DATADIR