Working on lint tests

This commit is contained in:
Nathaniel Ruiz Nowell
2020-11-03 13:31:39 -08:00
parent 3194510080
commit 5135b80c13
5 changed files with 5 additions and 5 deletions

View File

@ -13,6 +13,6 @@ line_length=79
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
multi_line_output=3
skip=target
skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core*/*
skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core/*
known_first_party=opentelemetry
known_third_party=psutil,pytest,redis,redis_opentracing

View File

@ -3,7 +3,7 @@ line-length = 79
exclude = '''
(
/(
reference|
reference| # original files from DataDog
opentelemetry-python-core
)/
)