Closed echoix closed 1 month ago
This PR initially wanted to enable and fix N804, but some similar issues could be solved at once.
So, this PR enables pep8-naming (N) rules with ruff.
Rules already respected:
Fixed rules:
cls
self
This PR initially wanted to enable and fix N804, but some similar issues could be solved at once.
So, this PR enables pep8-naming (N) rules with ruff.
Rules already respected:
Fixed rules:
cls
as their first argument when they should have beenself
as the first argument when they should