Files
Nathaniel Ruiz Nowell 5135b80c13 Working on lint tests
2020-11-03 16:41:03 -08:00

19 lines
476 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*/*,opentelemetry-python-core/*
known_first_party=opentelemetry
known_third_party=psutil,pytest,redis,redis_opentracing