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 Dec 21, 2022
1 parent 539bca8 commit dfc7688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/refactoring/refactoring_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
CALLS_RETURNING_CONTEXT_MANAGERS = frozenset(
(
"_io.open", # regular 'open()' call
'pathlib.Path.open',
"pathlib.Path.open",
"codecs.open",
"urllib.request.urlopen",
"tempfile.NamedTemporaryFile",
Expand Down

0 comments on commit dfc7688

Please sign in to comment.