summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: fea37fb92c81b02288f1426c41f701f294c11bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[wheel]
universal = 1

[pytest]
xfail_strict = True

[flake8]
exclude =
    sqlparse/compat.py
ignore =
    W503,
    E731

[coverage:run]
branch = False
omit =
    sqlparse/__main__.py