mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 02:52:18 +08:00
17 lines
323 B
INI
17 lines
323 B
INI
# These will be sorted first in that order.
|
|
# All packages that are depended upon by others should be listed here.
|
|
[DEFAULT]
|
|
sortfirst=
|
|
|
|
ignore=
|
|
_template
|
|
reference
|
|
|
|
[lintroots]
|
|
extraroots=examples/*,scripts/
|
|
subglob=*.py,tests/,test/,src/*,examples/*
|
|
|
|
[testroots]
|
|
extraroots=examples/*,tests/
|
|
subglob=tests/,test/
|