mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
14 lines
272 B
TOML
14 lines
272 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
src_paths = ["requests", "test"]
|
|
honor_noqa = true
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "-p no:warnings --doctest-modules"
|
|
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
|
|
minversion = "6.2"
|
|
testpaths = [
|
|
"requests",
|
|
"tests",
|
|
]
|