We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71740aa commit edb0227Copy full SHA for edb0227
1 file changed
Makefile.pre.in
@@ -3126,8 +3126,8 @@ pre-commit-venv:
3126
# Run CPython's static analysis, verification, and style checks.
3127
.PHONY: lint
3128
lint: pre-commit-venv
3129
- .venv-pre-commit/bin/pre-commit run --all-files
3130
- $(PYTHON_FOR_REGEN) $(srcdir)/Tools/patchcheck/patchcheck.py
+ .venv-pre-commit/bin/pre-commit run --all-files
+ $(PYTHON_FOR_REGEN) $(srcdir)/Tools/patchcheck/patchcheck.py
3131
3132
# Perform some verification checks on any modified files.
3133
.PHONY: patchcheck
0 commit comments