Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 7, 2024
2 parents c55b7ab + 68ac292 commit 51b73c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Expand Up @@ -7,3 +7,7 @@ disable_warnings =

[report]
show_missing = True
exclude_also =
# jaraco/skeleton#97
@overload
if TYPE_CHECKING:
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Expand Up @@ -7,6 +7,6 @@ python:

# required boilerplate readthedocs/readthedocs.org#10401
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3"
python: latest
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -14,7 +14,7 @@
.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
.. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/skeleton-2023-informational
.. image:: https://img.shields.io/badge/skeleton-2024-informational
:target: https://blog.jaraco.com/skeleton

.. image:: https://tidelift.com/badges/package/pypi/zipp
Expand Down
2 changes: 2 additions & 0 deletions ruff.toml
Expand Up @@ -18,5 +18,7 @@ ignore = [
]

[format]
# Enable preview, required for quote-style = "preserve"
preview = true
# https://docs.astral.sh/ruff/settings/#format-quote-style
quote-style = "preserve"
8 changes: 0 additions & 8 deletions setup.cfg
Expand Up @@ -13,18 +13,10 @@ classifiers =
Programming Language :: Python :: 3 :: Only

[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.8
install_requires =

[options.packages.find]
exclude =
build*
dist*
docs*
tests*

[options.extras_require]
testing =
# upstream
Expand Down

0 comments on commit 51b73c5

Please sign in to comment.