Loading...
Loading...
Run linting, formatting, and static type checks on a Django project using ruff and pyrefly, and fix any issues found. Use after making code changes, before committing, or whenever the user asks to lint, format, or type-check the codebase.
npx skill4agent add dvf/opinionated-django dj-lintuv run ruff check srcuv run ruff format --check srcuv run pyrefly check srcdjango-stubs# type: ignoreuser.order_setauthor.article_setOrderRepository().list_for_user(user_id)# type: ignore[attr-defined]ManyRelatedManager[Parent, Model].all()list[SomeDTO]