mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-05 22:09:56 +08:00

Move tox and other configuration files to root folder. Add eachdist to make it easier to handle operations with different packages. The eachdist is taken from opentelemetry but slighty modified to avoid ignoring a given path.
19 lines
424 B
INI
19 lines
424 B
INI
[settings]
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
use_parentheses=True
|
|
line_length=79
|
|
|
|
; 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*/*,reference*/*
|
|
known_first_party=opentelemetry
|
|
known_third_party=psutil,pytest
|