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 27, 2022
1 parent ac4d86a commit f9ba40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylint/checkers/refactoring/refactoring_checker.py
Expand Up @@ -2207,7 +2207,8 @@ def _check_unnecessary_list_index_lookup(

def _enumerate_with_start(self, node: nodes.For | nodes.Comprehension) -> bool:
"""Check presence of `start` kwarg or second argument to enumerate
For example
For example.
`enumerate([1,2,3], start=1)`
`enumerate([1,2,3], 1)`
"""
Expand Down

0 comments on commit f9ba40a

Please sign in to comment.