aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-01-21 13:01:05 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-01-28 05:10:01 +0530
commit991ace04afdd2eb010f8c94c00de7c3e1f197f60 (patch)
treeb1cf3157364b1d3a020bf50d44658170d594d7a2 /setup.cfg
parent50c4851daa79919f475e2885653eafd572bd6dfb (diff)
downloadmeson-991ace04afdd2eb010f8c94c00de7c3e1f197f60.zip
meson-991ace04afdd2eb010f8c94c00de7c3e1f197f60.tar.gz
meson-991ace04afdd2eb010f8c94c00de7c3e1f197f60.tar.bz2
Disable E266 in flake8
Don't tell me how to format my comments!
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9374560..823c84d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,5 +13,7 @@ ignore =
# E305: expected 2 blank lines after class or function definition, found 1
E305,
# E401: multiple imports on one line
- E401
+ E401,
+ # too many leading '#' for block comment
+ E266
max-line-length = 120