forked from cerc-io/laconicd-deprecated
64cfb8722a
* skeleton websocket tests * update websocket tests * flake fixes * ignore line break issues * fix configuration file Co-authored-by: Freddy Caceres <facs95@gmail.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
6 lines
121 B
INI
6 lines
121 B
INI
[flake8]
|
|
ignore = BLK100, W503
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
exclude = .git,__pycache__,node_modules,.direnv
|