forked from cerc-io/laconicd-deprecated
0e46b15e8d
Solution: - make it run - add python linter job for the python codes - fix nix expression to build ethermintd add file diff condition add gomod2nix check
5 lines
99 B
INI
5 lines
99 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
exclude = .git,__pycache__,node_modules,.direnv
|