Skip to content

Commit bde75ef

Browse files
committed
# Conflicts: # setup.cfg
2 parents f3ad5b5 + 68ac292 commit bde75ef

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
@@ -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

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/cssutils/badge/?version=latest
1515
:target: https://cssutils.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/cssutils

ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ ignore = [
2121
]
2222

2323
[format]
24+
# Enable preview, required for quote-style = "preserve"
25+
preview = true
2426
# https://docs.astral.sh/ruff/settings/#format-quote-style
2527
quote-style = "preserve"

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@ classifiers =
1919
keywords = CSS, Cascading Style Sheets, CSSParser, DOM Level 2 Stylesheets, DOM Level 2 CSS
2020

2121
[options]
22-
packages = find_namespace:
2322
include_package_data = true
2423
python_requires = >=3.8
2524
install_requires =
2625
importlib_metadata; python_version < "3.8"
2726

2827
[options.packages.find]
2928
exclude =
30-
build*
31-
dist*
32-
docs*
33-
tests*
3429
examples*
3530
sheets*
3631
tools*

0 commit comments

Comments
 (0)