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

feat: pep-625 compliance, enabling python 3.13, and import perfs #28

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

bitwise-constructs
Copy link
Contributor

What I did

Fixes: APE-1853
Fixes: APE-1860

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@bitwise-constructs bitwise-constructs merged commit bbebe30 into ApeWorX:main Dec 16, 2024
20 checks passed
from evmchains.chains import PUBLIC_CHAIN_META
from evmchains.types import Chain
if TYPE_CHECKING:
from evmchains.types import Chain

ENV_VAR_REGEX = re.compile(r"\$\{([A-Za-z0-9_]+)\}")
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if we should hold off on compiling the regex as well? Potentially doing

ENV_VAR_REGEX = r"\$\{([A-Za-z0-9_]+)\}"

would suffice

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.

2 participants