tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.53k stars 4.14k forks source link

🚨 Enable `ARG001` to prevent unused arguments #1152

Closed patrick91 closed 3 months ago

patrick91 commented 3 months ago

I noticed in some places we have unused arguments (especially db in tests). I've added the ARG001 rule to prevent that 😊

tiangolo commented 3 months ago

Nice, I like it, thanks! :rocket: