19 строки
516 B
INI
19 строки
516 B
INI
[settings]
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
use_parentheses=True
|
|
line_length=79
|
|
profile=black
|
|
|
|
; 3 stands for Vertical Hanging Indent, e.g.
|
|
; from third_party import (
|
|
; lib1,
|
|
; lib2,
|
|
; lib3,
|
|
; )
|
|
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
|
|
multi_line_output=3
|
|
skip=target
|
|
skip_glob=**/gen/*,.venv*/*,venv*/*,**/proto/*,.tox/*, azure-monitor-opentelemetry/azure/monitor/opentelemetry/_vendor/*
|
|
known_third_party=opentelemetry,psutil,pytest,redis,redis_opentracing
|