We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f7014 commit caf5144Copy full SHA for caf5144
.isort.cfg
@@ -13,6 +13,6 @@ line_length=79
13
; docs: https://github.com/timothycrosley/isort#multi-line-output-modes
14
multi_line_output=3
15
skip=target
16
-skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core/*,*.yml,*.md,Dockerfile
+skip_glob=**/gen/*,.venv*/*,venv*/*,reference*/*,opentelemetry-python-core/*,**/examples
17
known_first_party=opentelemetry
18
known_third_party=psutil,pytest,redis,redis_opentracing
0 commit comments