File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ disable_warnings =
7
7
8
8
[report]
9
9
show_missing = True
10
+ exclude_also =
11
+ # jaraco/skeleton#97
12
+ @overload
13
+ if TYPE_CHECKING:
Original file line number Diff line number Diff line change 7
7
8
8
# required boilerplate readthedocs/readthedocs.org#10401
9
9
build :
10
- os : ubuntu-22.04
10
+ os : ubuntu-lts-latest
11
11
tools :
12
- python : " 3 "
12
+ python : latest
Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ ignore = [
18
18
]
19
19
20
20
[format ]
21
+ # Enable preview, required for quote-style = "preserve"
22
+ preview = true
21
23
# https://docs.astral.sh/ruff/settings/#format-quote-style
22
24
quote-style = " preserve"
Original file line number Diff line number Diff line change @@ -13,16 +13,10 @@ classifiers =
13
13
Programming Language :: Python :: 3 :: Only
14
14
15
15
[options]
16
- packages = find_namespace:
17
16
include_package_data = true
18
17
python_requires = >=3.8
19
18
install_requires =
20
19
21
- [options.packages.find]
22
- exclude =
23
- docs*
24
- tests*
25
-
26
20
[options.extras_require]
27
21
testing =
28
22
# upstream
You can’t perform that action at this time.
0 commit comments