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

BEHAVIOR: remove flake8, isort, pydocstyle, and pylint #145

Merged
merged 10 commits into from
Jul 1, 2023

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Jul 1, 2023

Since #144, flake8, isort, pydocstyle, and pylint largely have become redundant.

Closes #138
Note: pyupgrade still offers some advantages over Ruff's pyupgrade rules, so we don't remove it yet.

@redeboer redeboer added ✨ Feature New feature added to the package ❗ Behavior Changes that may affect the framework output labels Jul 1, 2023
@redeboer redeboer self-assigned this Jul 1, 2023
@redeboer redeboer marked this pull request as ready for review July 1, 2023 10:51
@redeboer redeboer merged commit 27a41a5 into main Jul 1, 2023
28 checks passed
@redeboer redeboer deleted the remove-flake8-isort-pydocstyle-pylint branch July 1, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ Behavior Changes that may affect the framework output ✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace flake8, isort, pydocstyle, and pylint with Ruff
1 participant