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 Nov 20, 2024
1 parent 2907cb7 commit d6128e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_per_file_ignores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def load_configuration(linter: PyLinter) -> None:
)
)
# else: assert isinstance(linter.config.per_file_ignores, dict)

for file_path, rules in linter.config.per_file_ignores.items():
for rule in rules.split(","):
disable_message(linter, rule.strip(), IsFile(file_path, linter))
Expand Down

0 comments on commit d6128e6

Please sign in to comment.