dipdup-io / dipdup

Modular framework for creating selective indexers and featureful backends for dapps
https://dipdup.io
MIT License
92 stars 52 forks source link

Codgened callbacks are not fully complying with PEP8 #295

Closed droserasprout closed 1 year ago

droserasprout commented 2 years ago

datamodel-code-generator depends on black, so it's already available to DipDup 🤔

m-kus commented 1 year ago

There is an extra blank line in hook/handler jinja templates at the top, also a single line break (instead of 2-line break) between the imports and the code.