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

[tool:pytest]
xfail_strict = True

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

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