We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24670ab commit c6ce383Copy full SHA for c6ce383
.isort.cfg
@@ -25,6 +25,7 @@ known_third_party =
25
coverage
26
coverage_pyver_pragma
27
css_parser
28
+ dict2css
29
domdf_python_tools
30
dulwich
31
email_validator
.readthedocs.yml
@@ -11,3 +11,5 @@ python:
11
install:
12
- requirements: requirements.txt
13
- requirements: doc-source/requirements.txt
14
+ - method: pip
15
+ path: .
tox.ini
@@ -127,6 +127,7 @@ exclude_lines =
127
if TYPE_CHECKING:
128
if typing.TYPE_CHECKING:
129
if __name__ == .__main__.:
130
+ \.\.\.
131
omit = **/*._py
132
133
[check-wheel-contents]
0 commit comments