-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
good first issueGood for newcomersGood for newcomerspluginImplementing a known but unsupported pluginImplementing a known but unsupported plugin
Description
pygrep-hooks
-
python-check-blanket-noqa: Enforce thatnoqaannotations always occur with specific codes. Sample annotations:# noqa: F401,# noqa: F401,W203 -
python-check-blanket-type-ignore: Enforce that# type: ignoreannotations always occur with specific codes. Sample annotations:# type: ignore[attr-defined],# type: ignore[attr-defined, name-defined] -
python-check-mock-methods: Prevent common mistakes ofassert mck.not_called(),assert mck.called_once_with(...)andmck.assert_called. -
python-no-eval: A quick check for theeval()built-in function -
python-no-log-warn: A quick check for the deprecated.warn()method of python loggers -
python-use-type-annotations: Enforce that python3.6+ type annotations are used instead of type comments
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerspluginImplementing a known but unsupported pluginImplementing a known but unsupported plugin