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

update setup.py with dev dependencies and update CI #1178

Merged
merged 8 commits into from
Jul 28, 2022

Conversation

0xalpharush
Copy link
Member

This allows us to only update the setup.py without having to edit each CI test. Also it ensures that our development environments stay up to date (pylint and black, in particular).

setup.py Outdated Show resolved Hide resolved
Copy link
Member

@elopez elopez left a comment

Choose a reason for hiding this comment

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

Just a few comments, see below 👍

.github/workflows/black.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
Comment on lines 32 to 33
pip install .
pip install deepdiff numpy
pip install ".[dev]"
pip install numpy
Copy link
Member

Choose a reason for hiding this comment

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

Same here, I think we can drop these.

.github/workflows/pylint.yml Outdated Show resolved Hide resolved
Make the --checklist flag public
Improve documentation of the related flags
@0xalpharush 0xalpharush mentioned this pull request Jun 22, 2022
17 tasks
@montyly
Copy link
Member

montyly commented Jul 28, 2022

Fix #1194

@montyly montyly merged commit a347d22 into crytic:dev Jul 28, 2022
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.

None yet

3 participants