Skip to content

Commit c8d9635

Browse files
committed
chore: Template upgrade
1 parent ab6c0dc commit c8d9635

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

config/ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ignore = [
1616
"D417", # Missing argument description in the docstring
1717
"E501", # Line too long
1818
"EM101", # String literal when raising exception
19+
"EM102", # f-string when raising exception
1920
"ERA001", # Commented out code
2021
"G004", # Logging statement uses f-string
2122
"PLR0911", # Too many return statements

0 commit comments

Comments
 (0)