mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 08:55:05 +01:00
parent
a32ad344dd
commit
8f83bfe767
@ -13,7 +13,7 @@ addopts = --tb=native --doctest-modules
|
||||
exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info
|
||||
|
||||
# <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>
|
||||
# E241 - multiple spaces after ‘,’
|
||||
# E241 - multiple spaces after ','
|
||||
# E501 - line too long
|
||||
# W503 - line break before binary operator
|
||||
ignore = E241,E501,W503
|
||||
|
Loading…
Reference in New Issue
Block a user