Skip to content

Commit a29691a

Browse files
committed
chore: Template upgrade
1 parent ff49baa commit a29691a

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
author_email: pawamoy@pm.me
55
author_fullname: "Timoth\xE9e Mazzucotelli"

config/flake8.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/css/material.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* More space at the bottom of the page. */
2+
.md-main__inner {
3+
margin-bottom: 1.5rem;
4+
}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ theme:
4343
name: Switch to light mode
4444

4545
extra_css:
46+
- css/material.css
4647
- css/mkdocstrings.css
4748

4849
markdown_extensions:

0 commit comments

Comments
 (0)