Skip to content

Commit edb0227

Browse files
committed
tabs
1 parent 71740aa commit edb0227

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,8 +3126,8 @@ pre-commit-venv:
31263126
# Run CPython's static analysis, verification, and style checks.
31273127
.PHONY: lint
31283128
lint: pre-commit-venv
3129-
.venv-pre-commit/bin/pre-commit run --all-files
3130-
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/patchcheck/patchcheck.py
3129+
.venv-pre-commit/bin/pre-commit run --all-files
3130+
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/patchcheck/patchcheck.py
31313131

31323132
# Perform some verification checks on any modified files.
31333133
.PHONY: patchcheck

0 commit comments

Comments
 (0)