index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.cfg
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'setup.cfg')
-rw-r--r--
setup.cfg
3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 80fc07a..f3ddfa4 100644
--- a/
setup.cfg
+++ b/
setup.cfg
@@ -2,8 +2,7 @@
xfail_strict = True
[flake8]
-ignore =
- W503,
+extend-ignore =
E731
[coverage:run]