Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2024
1 parent 321dc24 commit e5525cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylint/checkers/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,8 @@ def _filter_type_checking_definitions_from_consumption(
is_reported: bool,
) -> list[nodes.NodeNG]:
"""Filters out type-checking definition nodes (e.g., imports or class
definitions) from the nodes to be consumed, as these may trigger a
definitions) from the nodes to be consumed, as these may trigger a.
used-before-assignment check in a separate context.
If a used-before-assignment error is reported for the usage of a
Expand Down

0 comments on commit e5525cc

Please sign in to comment.