mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
parent
a32ad344dd
commit
8f83bfe767
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user