mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix(lint): wire lint-ruff-FULL-dev into lint-dev to catch Ruff violations on changed files
This commit is contained in:
parent
c0fc4c4234
commit
3442a92bf9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -126,7 +126,7 @@ check-import-safety: install-dev
|
|||
lint: format-check lint-ruff lint-mypy check-circular-imports check-import-safety
|
||||
|
||||
# Faster linting for local development (only checks changed code)
|
||||
lint-dev: lint-format-changed lint-mypy check-circular-imports check-import-safety
|
||||
lint-dev: lint-format-changed lint-ruff-FULL-dev lint-mypy check-circular-imports check-import-safety
|
||||
|
||||
# Testing targets
|
||||
test: install-test-deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue