blob: c4dee1dff6a5a9f86ed64d91d38ee3816d24bbac [file] [log] [blame]
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[tool:pytest]
xfail_strict = True
[flake8]
exclude =
sqlparse/compat.py
ignore =
W503,
E731
[coverage:run]
branch = False
omit =
sqlparse/__main__.py