switched lint to ignore _vendor
This commit is contained in:
Родитель
7d3f090ea0
Коммит
ffb4fb3692
2
.flake8
2
.flake8
|
@ -25,4 +25,4 @@ exclude =
|
||||||
target
|
target
|
||||||
__pycache__
|
__pycache__
|
||||||
*/build/lib/*
|
*/build/lib/*
|
||||||
azure-monitor-opentelemetry/azure/monitor/opentelemetry/vendor/*
|
azure-monitor-opentelemetry/azure/monitor/opentelemetry/_vendor/*
|
||||||
|
|
|
@ -14,5 +14,5 @@ profile=black
|
||||||
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
|
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
|
||||||
multi_line_output=3
|
multi_line_output=3
|
||||||
skip=target
|
skip=target
|
||||||
skip_glob=**/gen/*,.venv*/*,venv*/*,**/proto/*,.tox/*, azure-monitor-opentelemetry/azure/monitor/opentelemetry/vendor/*
|
skip_glob=**/gen/*,.venv*/*,venv*/*,**/proto/*,.tox/*, azure-monitor-opentelemetry/azure/monitor/opentelemetry/_vendor/*
|
||||||
known_third_party=opentelemetry,psutil,pytest,redis,redis_opentracing
|
known_third_party=opentelemetry,psutil,pytest,redis,redis_opentracing
|
||||||
|
|
|
@ -9,7 +9,7 @@ exclude = '''
|
||||||
venv|
|
venv|
|
||||||
.*/build/lib/.*|
|
.*/build/lib/.*|
|
||||||
scripts|
|
scripts|
|
||||||
azure-monitor-opentelemetry/azure/monitor/opentelemetry/vendor|
|
azure-monitor-opentelemetry/azure/monitor/opentelemetry/_vendor|
|
||||||
)/
|
)/
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
|
Загрузка…
Ссылка в новой задаче