autonity / aut

A command-line RPC client for Autonity
MIT License
11 stars 10 forks source link

Fix linting error in CI #148

Closed szemate closed 5 months ago

szemate commented 5 months ago

Resolve linter failures by auto-indenting the code with black.

szemate commented 5 months ago

My personal opinion is that we should not enforce black's formatting rules in the CI. Black is strongly opinionated and enforces rules that are not included in pep8.

aiman commented 5 months ago

I believe this was already done in c9f72f8a86ad44806a56b921c727b03544d7a5f3 on master, apologies I forgot to push the latest develop branch.