mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 11:31:52 +08:00
Add Django instrumentation (#593)
Initial Instrumentation Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io> Co-authored-by: Mathieu Hinderyckx <mathieu.hinderyckx@gmail.com> Co-authored-by: alrex <alrex.boten@gmail.com> Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
This commit is contained in:
3
.flake8
3
.flake8
@ -2,7 +2,8 @@
|
||||
ignore =
|
||||
E501 # line too long, defer to black
|
||||
F401 # unused import, defer to pylint
|
||||
W503 # allow line breaks after binary ops, not after
|
||||
W503 # allow line breaks before binary ops
|
||||
W504 # allow line breaks after binary ops
|
||||
E203 # allow whitespace before ':' (https://github.com/psf/black#slices)
|
||||
exclude =
|
||||
.bzr
|
||||
|
Reference in New Issue
Block a user