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

Add pre-commit execution when creating automatic PRs #912

Merged
merged 4 commits into from
Apr 17, 2024

Conversation

falvaradorodriguez
Copy link
Contributor

Points of interest:

  • Added pre-commit execution when creating automatic PRs of adding new addresses. In some times with very high block number the maximum line size of the linter is exceeded. This way we ensure that the CI process is not broken.

  • Updated the way to check the urls of Blockscout and Etherscan clients. In some tests it has been detected that the netloc check was not sufficient.

@falvaradorodriguez falvaradorodriguez requested a review from a team as a code owner April 15, 2024 20:52
@@ -66,6 +66,7 @@ jobs:
run: |
pip install safe-eth-py
pip install validators
pip install tldextract
Copy link
Member

Choose a reason for hiding this comment

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

You can install everything in the same line pip install safe-eth-py validators tldextract

@falvaradorodriguez falvaradorodriguez merged commit 9604a2a into main Apr 17, 2024
7 checks passed
@falvaradorodriguez falvaradorodriguez deleted the add-pre-commit-add-addresses-action branch April 17, 2024 07:24
@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants