Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to ruff #384

Merged
merged 7 commits into from
Dec 12, 2023
Merged

Switch to ruff #384

merged 7 commits into from
Dec 12, 2023

Conversation

goodmami
Copy link
Member

Closes #383

Sorts imports and normalizes whitespace in the upper part of modules.
Also fixes unnecessary use of getattr/setattr
The 'method-assign' check was interfering with the previous removal of
the "unnecessary" setattrs in ace.py.
@goodmami
Copy link
Member Author

Besides switching the tooling to Ruff, this PR resolves several linting issues that it uncovered. I did not do the ruff format steps, so there are more changes to be made eventually.

@goodmami goodmami merged commit 0fd7a6c into main Dec 12, 2023
14 checks passed
@goodmami goodmami deleted the switch-to-ruff branch December 12, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to Ruff for linting
1 participant