summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-04 13:32:29 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-04 13:32:29 +0100
commitfc1220ca86ba35451fdf9f812c44df49d21736fb (patch)
tree114a53f368c19e24ec8426679d106a0681d0fb79 /.flake8
parent5c0d9e9ba8ef4740f20c3a01329fdcb8fb8d0c8f (diff)
downloadgobject-introspection-fc1220ca86ba35451fdf9f812c44df49d21736fb.tar.gz
flake8 updates, fixes "make check.quality"
Disables the new "W504 line break after binary operator" warning. Fixes wrong escape sequences "W605 invalid escape sequence '\.'"
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index cda7132a..527cabcd 100644
--- a/.flake8
+++ b/.flake8
@@ -1,4 +1,4 @@
[flake8]
-ignore=E127,E402,E501,E731,E128,W503,E741
+ignore=E127,E402,E501,E731,E128,W503,E741,W504
exclude=misc,subprojects
builtins=DATADIR,GIRDIR