@@ -13,7 +13,7 @@ maintainers = [
1313name = " litestar-htmx"
1414readme = " README.md"
1515requires-python = " >=3.8, <4.0"
16- version = " 0.2.2 "
16+ version = " 0.2.3 "
1717
1818[build-system ]
1919build-backend = " hatchling.build"
@@ -69,34 +69,34 @@ ignore-words-list = "te"
6969skip = ' uv.lock'
7070
7171[tool .coverage .run ]
72- omit = [" */tests/*" ]
73- plugins = [" covdefaults" ]
74- source = [" litestar_htmx" ]
7572branch = true
7673concurrency = [" multiprocessing" ]
7774disable_warnings = [" no-data-collected" , " module-not-measured" , " module-not-imported" ]
75+ omit = [" */tests/*" ]
7876parallel = true
77+ plugins = [" covdefaults" ]
78+ source = [" litestar_htmx" ]
7979
8080[tool .coverage .report ]
8181# Regexes for lines to exclude from consideration
8282exclude_lines = [
83- # Have to re-enable the standard pragma
84- " pragma: no cover" ,
83+ # Have to re-enable the standard pragma
84+ " pragma: no cover" ,
8585
86- # Don't complain about missing debug-only code:
87- " def __repr__" ,
88- " if self\\ .debug" ,
86+ # Don't complain about missing debug-only code:
87+ " def __repr__" ,
88+ " if self\\ .debug" ,
8989
90- # Don't complain if tests don't hit defensive assertion code:
91- " raise AssertionError" ,
92- " raise NotImplementedError" ,
90+ # Don't complain if tests don't hit defensive assertion code:
91+ " raise AssertionError" ,
92+ " raise NotImplementedError" ,
9393
94- # Don't complain if non-runnable code isn't run:
95- " if 0:" ,
96- " if __name__ == .__main__.:" ,
97- " if TYPE_CHECKING:" ,
98- ' class .*\bProtocol\):' ,
99- ' @(abc\.)?abstractmethod' ,
94+ # Don't complain if non-runnable code isn't run:
95+ " if 0:" ,
96+ " if __name__ == .__main__.:" ,
97+ " if TYPE_CHECKING:" ,
98+ ' class .*\bProtocol\):' ,
99+ ' @(abc\.)?abstractmethod' ,
100100]
101101
102102[tool .pytest .ini_options ]
0 commit comments