blob: 9d2da4c514e6a9d0286a6f9234554ef998cbec6b [file] [log] [blame]
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 140
exclude = */migrations/*
[tool:pytest]
testpaths = tests
norecursedirs =
migrations
python_files =
test_*.py
*_test.py
tests.py
addopts =
-ra
--strict
--doctest-modules
--doctest-glob=\*.rst
--tb=short
markers =
literal
function
[isort]
force_single_line = True
line_length = 120
known_first_party = composer
default_section = THIRDPARTY
forced_separate = test_composer
not_skip = __init__.py
skip = migrations