mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix comment: lint-dev checks changed files in full, not just changed lines
This commit is contained in:
parent
3442a92bf9
commit
ee950fba56
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue