aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2016-12-29 11:57:06 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2016-12-29 16:14:55 +0200
commit8f5b67434d487d997e41138f20469f0c2a328d9a (patch)
tree96c8ca5d8586cb45dfd4a6fd5e5fbf39724fbaca /setup.cfg
parentc1e2f58443aff7ad2d6838896c56ef4a4ac18c3d (diff)
downloadmeson-8f5b67434d487d997e41138f20469f0c2a328d9a.zip
meson-8f5b67434d487d997e41138f20469f0c2a328d9a.tar.gz
meson-8f5b67434d487d997e41138f20469f0c2a328d9a.tar.bz2
setup.cfg: fix syntax
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c6d6060..4cdf178 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ ignore =
# E261: at least two spaces before inline comment
E261,
# E501: line too long
- E501
- # [E302]: expected 2 blank lines, found 1
+ E501,
+ # E302: expected 2 blank lines, found 1
E302
max-line-length = 120