-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup service #9
Conversation
9afac5c
to
2683605
Compare
2683605
to
1fc552f
Compare
setup.cfg
Outdated
known_first_party = safe_transaction_service | ||
known_gnosis = py_eth_sig_utils,gnosis | ||
known_fastapi = fastapi,pydantic | ||
sections = FUTURE,STDLIB,FASTAPI,THIRDPARTY,GNOSIS,FIRSTPARTY,LOCALFOLDER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Safe instead GNOSIS
setup.cfg
Outdated
[isort] | ||
profile = black | ||
default_section = THIRDPARTY | ||
known_first_party = safe_transaction_service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe safe_queue_service?
setup.cfg
Outdated
profile = black | ||
default_section = THIRDPARTY | ||
known_first_party = safe_transaction_service | ||
known_gnosis = py_eth_sig_utils,gnosis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review if there are more gnosis keywords
.gitignore
Outdated
|
||
# Django | ||
staticfiles/ | ||
safe_transaction_service/media |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
safe_queue_Service? Have we meda folder?
.gitignore
Outdated
# Provided default Pycharm Run/Debug Configurations should be tracked by git | ||
# In case of local modifications made by Pycharm, use update-index command | ||
# for each changed file, like this: | ||
# git update-index --assume-unchanged .idea/safe_transaction_service.iml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this comment can be removed.
Closes #1