Skip to content

Commit 7e1875e

Browse files
author
Alex Boten
committed
more initial changes
1 parent 89db7c4 commit 7e1875e

File tree

10 files changed

+591
-87
lines changed

10 files changed

+591
-87
lines changed

Diff for: .isort.cfg

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[settings]
2+
include_trailing_comma=True
3+
force_grid_wrap=0
4+
use_parentheses=True
5+
line_length=79
6+
7+
; 3 stands for Vertical Hanging Indent, e.g.
8+
; from third_party import (
9+
; lib1,
10+
; lib2,
11+
; lib3,
12+
; )
13+
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
14+
multi_line_output=3
15+
skip=target
16+
known_first_party=opentelemetry

0 commit comments

Comments
 (0)