Skip to content

Commit c1afe0f

Browse files
committed
PYTHON-5862 Fix CONTRIBUTING.md: use 'just lint' instead of 'just lint-manual' for Dependabot guidance
lint-manual only runs shellcheck/doc8/slotscheck; 'just lint' also runs ruff/ruff-format.
1 parent 9e44324 commit c1afe0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,6 @@ Dependabot will raise PRs at most once per week, grouped by GitHub Actions updat
577577
file updates. To handle a failing Dependabot PR:
578578

579579
1. Check out the PR: `gh pr checkout <pr number>`
580-
2. Re-run the linters to pick up any formatting changes: `just lint-manual`
580+
2. Re-run the linters to pick up any formatting changes: `just lint`
581581
3. If a typing dependency changed, run `just typing` and fix any new errors.
582582
4. Commit the changes and push: `git add -u && git commit -m "Address linter/typing issues" && git push`

0 commit comments

Comments
 (0)