diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-21 13:01:05 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-28 05:10:01 +0530 |
commit | 991ace04afdd2eb010f8c94c00de7c3e1f197f60 (patch) | |
tree | b1cf3157364b1d3a020bf50d44658170d594d7a2 /setup.cfg | |
parent | 50c4851daa79919f475e2885653eafd572bd6dfb (diff) | |
download | meson-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.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |