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 9875097 commit 8ccb5ffCopy full SHA for 8ccb5ff
hooks/pre_gen_project.py
@@ -51,7 +51,7 @@ def _validate_deps() -> None:
51
_validate_deps,
52
)
53
54
-for validator in validators:
+for validator in validators: # noqa: WPS481
55
try:
56
validator()
57
except ValueError as ex: # noqa: PERF203
0 commit comments