fix comment: lint-dev checks changed files in full, not just changed lines

This commit is contained in:
joereyna 2026-04-16 21:25:39 -07:00
parent 3442a92bf9
commit ee950fba56
No known key found for this signature in database
GPG key ID: 37E09E2BDB5920E5

View file

@ -125,7 +125,7 @@ check-import-safety: install-dev
# Combined linting (matches test-linting.yml workflow)
lint: format-check lint-ruff lint-mypy check-circular-imports check-import-safety
# Faster linting for local development (only checks changed code)
# Faster linting for local development (checks changed files in full + changed-line formatting + mypy)
lint-dev: lint-format-changed lint-ruff-FULL-dev lint-mypy check-circular-imports check-import-safety
# Testing targets