issues
search
fetchai
/
ledger-subquery
This is the Fetch Ledger SubQuery project, an indexer for the Fetch network.
MIT License
2
stars
10
forks
source link
lint: Added ignoring of E203
#224
Closed
MissingNO57
closed
1 year ago
MissingNO57
commented
1 year ago
Added ignore E203 to setup.cfg
Code Review Checklist (to be filled out by reviewer)
[x] Description accurately reflects what changes are being made.
[ ] Either the PR references an issue (via the "Development" combobox) or the description explains the need for the changes.
[x] The PR appropriately sized.
[ ]
The PR contains an idempotent DB migration.
[ ]
I have verified the correctness of the DB migration using relevant data (e.g. test-generated data).
[ ]
New code has enough tests.
[ ]
New code has enough documentation to answer "how do I use it?" and "what does it do?".
[ ]
Existing documentation is up-to-date, if impacted.
Added ignore E203 to setup.cfg
Code Review Checklist (to be filled out by reviewer)
The PR contains an idempotent DB migration.I have verified the correctness of the DB migration using relevant data (e.g. test-generated data).New code has enough tests.New code has enough documentation to answer "how do I use it?" and "what does it do?".Existing documentation is up-to-date, if impacted.