File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 0.4.1
2+ _commit : 0.4.3
33_src_path : gh:pawamoy/copier-pdm
44author_email : pawamoy@pm.me
55author_fullname : " Timoth\xE9 e Mazzucotelli"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ignore =
2424 W503
2525 # two-lowercase-letters variable DO conform to snake_case naming style
2626 C0103
27- # redunant with D102 (missing docstring)
27+ # redundant with D102 (missing docstring)
2828 C0116
2929 # line too long
3030 C0301
@@ -82,7 +82,7 @@ ignore =
8282 WPS237
8383 # too cumbersome, asks to write class A(object)
8484 WPS306
85- # multi-line paramaters (incompatible with Black)
85+ # multi-line parameters (incompatible with Black)
8686 WPS317
8787 # multi-line strings (incompatible with attributes docstrings)
8888 WPS322
Original file line number Diff line number Diff line change 1+ /* More space at the bottom of the page. */
2+ .md-main__inner {
3+ margin-bottom : 1.5rem ;
4+ }
Original file line number Diff line number Diff line change 4343 name : Switch to light mode
4444
4545extra_css :
46+ - css/material.css
4647- css/mkdocstrings.css
4748
4849markdown_extensions :
You can’t perform that action at this time.
0 commit comments