Skip to content

Commit 8ccb5ff

Browse files
committed
Update deps
1 parent 9875097 commit 8ccb5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/pre_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _validate_deps() -> None:
5151
_validate_deps,
5252
)
5353

54-
for validator in validators:
54+
for validator in validators: # noqa: WPS481
5555
try:
5656
validator()
5757
except ValueError as ex: # noqa: PERF203

0 commit comments

Comments
 (0)