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

Upgrade template #273

Merged
merged 189 commits into from
Oct 27, 2023
Merged

Upgrade template #273

merged 189 commits into from
Oct 27, 2023

Conversation

pacrob
Copy link
Contributor

@pacrob pacrob commented Oct 26, 2023

What was wrong?

Lots of updates from the python project template, notably:

  • drop python 3.7 support
  • add python 3.11 support
  • using pre-commit to manage linting

How was it fixed?

Merged template

  • mypy was added to linting, but set to exclude all files. This puts it in place for when we start adding typing.
  • Since linting moved from a tox call to using pre-commit directly, try dropping [common-lint] section from tox.ini - if successful:
    • - drop in template.

To-Do:

Cute Animal Picture

image

@pacrob pacrob force-pushed the upgrade-template branch 4 times, most recently from faf86a7 to 12c43d7 Compare October 27, 2023 21:22
@pacrob pacrob merged commit 76e2bb4 into ethereum:master Oct 27, 2023
19 checks passed
@pacrob pacrob deleted the upgrade-template branch October 27, 2023 21:48
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.