Files

32 lines
481 B
INI
Raw Permalink Normal View History

2018-02-05 14:43:08 -06:00
[bdist_wheel]
universal = 1
[flake8]
max-complexity = 5
max-line-length = 120
[tool:pytest]
testpaths = tests
norecursedirs =
migrations
python_files =
test_*.py
*_test.py
tests.py
addopts =
-ra
--strict
--doctest-modules
--doctest-glob=\*.rst
--tb=short
[isort]
force_single_line = True
line_length = 120
known_first_party = octokit.py
default_section = THIRDPARTY
forced_separate = test_octokit.py
not_skip = __init__.py
skip = migrations