Update WSGI & Flask integrations to follow new semantic conventions (#299)

Updates flask & WSGI integrations to follow new semantic conventions for HTTP
as of #263.
This commit is contained in:
Christian Neumüller
2019-12-10 00:26:00 +01:00
committed by Chris Kleinknecht
parent 95deb74b8b
commit 75eb39327b

View File

@ -3,6 +3,7 @@ ignore =
E501 # line too long, defer to black
F401 # unused import, defer to pylint
W503 # allow line breaks after binary ops, not after
E203 # allow whitespace before ':' (https://github.com/psf/black#slices)
exclude =
.bzr
.git