You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
670 B
39 lines
670 B
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[aliases]
|
|
release = register clean --all sdist bdist_wheel
|
|
|
|
[flake8]
|
|
max-line-length = 140
|
|
exclude = tests/*,*/migrations/*,*/south_migrations/*
|
|
|
|
[pytest]
|
|
norecursedirs =
|
|
.git
|
|
.tox
|
|
.env
|
|
dist
|
|
build
|
|
south_migrations
|
|
migrations
|
|
python_files =
|
|
test_*.py
|
|
*_test.py
|
|
tests.py
|
|
addopts =
|
|
-rxEfs
|
|
--strict
|
|
--ignore=docs/conf.py
|
|
--ignore=setup.py
|
|
--ignore=ci
|
|
--doctest-modules
|
|
--doctest-glob=\*.rst
|
|
--tb=short
|
|
|
|
[isort]
|
|
force_single_line=True
|
|
line_length=120
|
|
known_first_party=sphinx_py3doc_enhanced_theme
|
|
default_section=THIRDPARTY
|
|
forced_separate=test_sphinx_py3doc_enhanced_theme |