-
Notifications
You must be signed in to change notification settings - Fork 455
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
Replace flake8/flake8-docstrings with ruff #1063
Replace flake8/flake8-docstrings with ruff #1063
Conversation
Flake8-docstrings is deprecated because pydocstyle (https://github.com/pycqa/pydocstyle) is deprecated. The checker/linter/formatter ruff is recommended in its place.
We'll need to check whether everything that was covered by flake8 is still covered by ruff. Rule sets are listed here. |
When I linted with Since ruff supports all of flake8's |
Since we replaced |
Ruff handles flake8 errors, and there is nothing for flake8-markdown to check.
a587ae1
into
lichess-bot-devs:master
Type of pull request:
Description:
Flake8-docstrings is deprecated because pydocstyle
(https://github.com/pycqa/pydocstyle) is deprecated. The
checker/linter/formatter ruff is recommended in its place.
Related Issues:
N/A
Checklist:
Screenshots/logs (if applicable):
N/A