mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-06 06:56:17 +08:00
20 lines
456 B
INI
20 lines
456 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*/*,.tox/*
|
|
known_first_party=opentelemetry
|
|
known_third_party=psutil,pytest,redis,redis_opentracing
|