-
Notifications
You must be signed in to change notification settings - Fork 72
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
chore: replace flake8
, flake8-spellcheck
, isort
and black
with ruff
and codespell
#811
Comments
flake8
, flake8-spellcheck
, mypy
and black
with ruff
flake8
, flake8-spellcheck
, isort
and black
with ruff
flake8
, flake8-spellcheck
, isort
and black
with ruff
flake8
, flake8-spellcheck
, isort
and black
with ruff
and codespell
flake8
, flake8-spellcheck
, isort
and black
with ruff
and codespell
flake8
, flake8-spellcheck
, isort
and black
with ruff
and codespell
This will greatly simplify things (not a fan of this doc page!): |
on it! |
Thanks @raxhvl, appreciate it, but @spencer-tb's actively working on this at the mo. Feel free to reach out if there's something else you'd particularly like to work on https://ethereum.github.io/execution-spec-tests/main/getting_help/. |
Thanks for the quick heads up. I'll discuss on discord. |
Quick note - do the docs says |
Oh yeah, that's right, the discord got updated. Thanks! I can take that one to save you opening a PR just for that 🙂 I have a few misc improvements i need to make. Also feel free to DM on discord. |
Replace
flake8
,flake8-spellcheck
,isort
andblack
withruff
andcodespell
. Motivation:ruff
is insanely fast. For the conversion, it won't be possible to maintain both systems side-by-side, as there are known deviations from black.This will touch a few source files, but shouldn't be too drastic (like #137).
The text was updated successfully, but these errors were encountered: