Sign in
chromium
/
external
/
github.com
/
kennethreitz
/
requests
/
d63e94f552ebf77ccf45d97e5863ac46500fa2c7
/
.
/
pyproject.toml
blob: 1b7901e1559544ac387713b7c45e9ebe165cce83 [
file
] [
log
] [
blame
]
[
tool
.
isort
]
profile
=
"black"
src_paths
=
[
"src/requests"
,
"test"
]
honor_noqa
=
true
[
tool
.
pytest
.
ini_options
]
addopts
=
"--doctest-modules"
doctest_optionflags
=
"NORMALIZE_WHITESPACE ELLIPSIS"
minversion
=
"6.2"
testpaths
=
[
"tests"
]