mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-13 10:18:13 +03:00
32 lines
481 B
INI
32 lines
481 B
INI
[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
|