| 12345678910111213141516171819 |
- [tool:pytest]
- testpaths = t/unit/
- python_classes = test_*
- django_settings_module = t.proj.settings
- [flake8]
- ignore = N806, N802, N801, N803, W503, W504
- [pep257]
- ignore = D102,D104,D203,D105,D213
- match-dir = [^migrations]
- [wheel]
- universal = 1
- [egg_info]
- tag_build =
- tag_date = 0
|