Skip to content

Commit c6ce383

Browse files
Updated files with 'repo_helper'. (#33)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 24670ab commit c6ce383

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ known_third_party =
2525
coverage
2626
coverage_pyver_pragma
2727
css_parser
28+
dict2css
2829
domdf_python_tools
2930
dulwich
3031
email_validator

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ python:
1111
install:
1212
- requirements: requirements.txt
1313
- requirements: doc-source/requirements.txt
14+
- method: pip
15+
path: .

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ exclude_lines =
127127
if TYPE_CHECKING:
128128
if typing.TYPE_CHECKING:
129129
if __name__ == .__main__.:
130+
\.\.\.
130131
omit = **/*._py
131132

132133
[check-wheel-contents]

0 commit comments

Comments
 (0)