Skip to content

Commit 930cd4d

Browse files
committed
chore: Template upgrade
1 parent d9d310a commit 930cd4d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.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: 1.5.6
2+
_commit: 1.5.7
33
_src_path: gh:pawamoy/copier-uv
44
author_email: dev@pawamoy.fr
55
author_fullname: Timothée Mazzucotelli

duties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def check_docs(ctx: Context) -> None:
8484
@duty
8585
def check_types(ctx: Context) -> None:
8686
"""Check that the code is correctly typed."""
87+
os.environ["FORCE_COLOR"] = "1"
8788
ctx.run(
8889
tools.mypy(*PY_SRC_LIST, config_file="config/mypy.ini"),
8990
title=pyprefix("Type-checking"),

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ theme:
4242
- content.tooltips
4343
- navigation.footer
4444
- navigation.indexes
45+
- navigation.path
4546
- navigation.sections
4647
- navigation.tabs
4748
- navigation.tabs.sticky

0 commit comments

Comments
 (0)