mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
19609da705
commit
04bf47cb9b
2 changed files with 14 additions and 12 deletions
|
|
@ -43,7 +43,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
|||
for i, line in enumerate(inputfile, start=1):
|
||||
# Look for conflict patterns in order
|
||||
if line.startswith(
|
||||
CONFLICT_PATTERNS[expected_conflict_pattern_index]
|
||||
CONFLICT_PATTERNS[expected_conflict_pattern_index],
|
||||
):
|
||||
expected_conflict_pattern_index += 1
|
||||
if expected_conflict_pattern_index == N:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue