| 1234567891011121314151617181920212223 |
- [wheel]
- universal = 1
- [pytest]
- xfail_strict = True
- [flake8]
- exclude =
- sqlparse/compat.py
- ignore =
- W503,
- E731
- [coverage:run]
- branch = False
- omit =
- sqlparse/__main__.py
- [egg_info]
- tag_build =
- tag_date = 0
- tag_svn_revision = 0
|