We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6c0dc commit c8d9635Copy full SHA for c8d9635
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier.
2
-_commit: 1.11.5
+_commit: 1.11.6
3
_src_path: gh:pawamoy/copier-uv
4
author_email: dev@pawamoy.fr
5
author_fullname: Timothée Mazzucotelli
config/ruff.toml
@@ -16,6 +16,7 @@ ignore = [
16
"D417", # Missing argument description in the docstring
17
"E501", # Line too long
18
"EM101", # String literal when raising exception
19
+ "EM102", # f-string when raising exception
20
"ERA001", # Commented out code
21
"G004", # Logging statement uses f-string
22
"PLR0911", # Too many return statements
0 commit comments