Disable max number of arguments Ruff Linting Rule [PLR0913] #155
Labels
backend
Backend related issues
chore
Minor changes on config , dependencies etc. No production code modified.
good first issue
Good for newcomers
hacktoberfest
hacktoberfest
help-wanted
Help is wanted
python
Pull requests that update Python code
Description
Disable backend linting rule that affects max number of arguments in backend functions. More info on ruff PLR0913 rule
Context
Rule is too strict and doesnt apply correctly to our use case. This forces us to disable the rule in some functions.
How to do it
PLR0913
inruff.toml
in section:ignore = ["PLR0402","PLR0911"]
PLR0913
no qa comments in the code baseTesting
Run Backend tests to check if everything is working correctly
The text was updated successfully, but these errors were encountered: