Skip to content

Commit 7d632f2

Browse files
committed
# Conflicts: # setup.cfg
2 parents a6038c3 + 68ac292 commit 7d632f2

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ disable_warnings =
1313

1414
[report]
1515
show_missing = True
16+
exclude_also =
17+
# jaraco/skeleton#97
18+
@overload
19+
if TYPE_CHECKING:

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77

88
# required boilerplate readthedocs/readthedocs.org#10401
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-lts-latest
1111
tools:
12-
python: "3"
12+
python: latest

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2224
quote-style = "preserve"

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers =
1313
Programming Language :: Python :: 3 :: Only
1414

1515
[options]
16-
packages = find_namespace:
1716
include_package_data = true
1817
python_requires = >=3.8
1918
install_requires =
@@ -22,10 +21,6 @@ install_requires =
2221

2322
[options.packages.find]
2423
exclude =
25-
build*
26-
dist*
27-
docs*
28-
tests*
2924
prepare*
3025

3126
[options.extras_require]

0 commit comments

Comments
 (0)