Skip to content

Commit a7a94e1

Browse files
committedMar 4, 2025··
Add missing name-defined in pre-commit profile
1 parent 5798262 commit a7a94e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎prospector_profile_utils/pre-commit.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ mypy:
4040
- var-annotated # Need type annotation for "{}" (hint: "{}: {} = ...").
4141
- valid-type # Variable "{}" is not valid as a type.
4242
- no-redef # Name "{}" already defined (possibly by an import).
43+
- name-defined # Name "{}" is not defined.
4344
options:
4445
strict: false
4546
warn-redundant-casts: false

0 commit comments

Comments
 (0)
Please sign in to comment.