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

refactor: change max line length to 100 #137

Merged

Conversation

danceratopz
Copy link
Member

@danceratopz danceratopz commented Jun 7, 2023

This PR fixes #127 by reformatting the repo's Python code with a max line length of 100:

black --line-length 100 --target-version py310 .
isort .

and configures flake8, black and isort appropriately.

The bulk commit can be ignored in git blame, see:
https://danceratopz.github.io/execution-spec-tests/dev/coding_style/

@marioevz marioevz force-pushed the refactor/change-max-line-length-to-100 branch from e974723 to 2c47da3 Compare June 8, 2023 17:57
Copy link
Member

@marioevz marioevz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some small changes and modified the commit hash to the new value.
LGTM!

@marioevz marioevz merged commit 00cfa27 into ethereum:main Jun 8, 2023
@danceratopz danceratopz deleted the refactor/change-max-line-length-to-100 branch June 23, 2023 06:39
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.

proposal: increase maximum allowed python line length to 100 or 120
2 participants