diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-22 08:31:18 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-23 23:52:25 +0200 |
| commit | f56458810dcbd61584c85300ca128b1a3a2e6211 (patch) | |
| tree | 00eaa0c76ae740a9775b6b0f3835008359f2a9e9 /setup.cfg | |
| parent | 775729eb59a6c3a334bcecd9a8a1f932bacda603 (diff) | |
| download | meson-f56458810dcbd61584c85300ca128b1a3a2e6211.tar.gz | |
setup.cfg: ignore couple of PEP8 errors
We don't care about E261 and temporarily ignore E501.
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ [flake8] -max-line-length = 999 +ignore = + # E261: at least two spaces before inline comment + E261, + # E501: line too long + E501 +max-line-length = 120 |
