You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
@@ -13,7 +13,7 @@ addopts = --tb=native --doctest-modules
|
|||||||
exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info
|
exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info
|
||||||
|
|
||||||
# <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>
|
# <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>
|
||||||
# E241 - multiple spaces after ‘,’
|
# E241 - multiple spaces after ','
|
||||||
# E501 - line too long
|
# E501 - line too long
|
||||||
# W503 - line break before binary operator
|
# W503 - line break before binary operator
|
||||||
ignore = E241,E501,W503
|
ignore = E241,E501,W503
|
||||||
|
Reference in New Issue
Block a user