mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add httpi
This commit is contained in:
11
python/py-httpie/files/patch-setup.cfg
Normal file
11
python/py-httpie/files/patch-setup.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
--- setup.cfg.orig 2018-11-10 08:48:27 UTC
|
||||
+++ setup.cfg
|
||||
@@ -13,7 +13,7 @@ norecursedirs = tests/fixtures
|
||||
exclude = .git,.idea,__pycache__,build,dist,.tox,.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
|
||||
Reference in New Issue
Block a user