# Please keep all characters in this file in ASCII # distutils uses system's locale to interpret it and not everybody # uses UTF-8. See https://github.com/httpie/httpie/issues/1039 # for an example [wheel] [tool:pytest] # norecursedirs = tests/fixtures addopts = --tb=native --doctest-modules [pycodestyle] # exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info # # E241 - multiple spaces after ',' # E501 - line too long # W503 - line break before binary operator ignore = E241,E501,W503