Skip to content

Commit ee021a1

Browse files
committed
2 parents fb5c570 + 68ac292 commit ee021a1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.coveragerc

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ disable_warnings =
77

88
[report]
99
show_missing = True
10+
exclude_also =
11+
# jaraco/skeleton#97
12+
@overload
13+
if TYPE_CHECKING:

.readthedocs.yaml

+2-2
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

ruff.toml

+2
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

-6
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ 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 =
2019

21-
[options.packages.find]
22-
exclude =
23-
docs*
24-
tests*
25-
2620
[options.extras_require]
2721
testing =
2822
# upstream

0 commit comments

Comments
 (0)