Skip to content

Commit 32f7014

Browse files
author
Azfaar Qureshi
committed
adding isort.cfg skip
1 parent 98dac1f commit 32f7014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.isort.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ line_length=79
1313
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
1414
multi_line_output=3
1515
skip=target
16-
skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core/*
16+
skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core/*,*.yml,*.md,Dockerfile
1717
known_first_party=opentelemetry
1818
known_third_party=psutil,pytest,redis,redis_opentracing

0 commit comments

Comments
 (0)