File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ disable_warnings =
1313
1414[report]
1515show_missing = True
16+ exclude_also =
17+ # jaraco/skeleton#97
18+ @overload
19+ if TYPE_CHECKING:
Original file line number Diff line number Diff line change 77
88# required boilerplate readthedocs/readthedocs.org#10401
99build :
10- os : ubuntu-22.04
10+ os : ubuntu-lts-latest
1111 tools :
12- python : " 3 "
12+ python : latest
Original file line number Diff line number Diff line change 1414.. image :: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
1515 :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
1616
17- .. image :: https://img.shields.io/badge/skeleton-2023 -informational
17+ .. image :: https://img.shields.io/badge/skeleton-2024 -informational
1818 :target: https://blog.jaraco.com/skeleton
1919
2020.. image :: https://tidelift.com/badges/package/pypi/importlib-metadata
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ ignore = [
1818]
1919
2020[format ]
21+ # Enable preview, required for quote-style = "preserve"
22+ preview = true
2123# https://docs.astral.sh/ruff/settings/#format-quote-style
2224quote-style = " preserve"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ classifiers =
1313 Programming Language :: Python :: 3 :: Only
1414
1515[options]
16- packages = find_namespace:
1716include_package_data = true
1817python_requires = >=3.8
1918install_requires =
@@ -22,10 +21,6 @@ install_requires =
2221
2322[options.packages.find]
2423exclude =
25- build*
26- dist*
27- docs*
28- tests*
2924 prepare*
3025
3126[options.extras_require]
You can’t perform that action at this time.
0 commit comments