mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
This change removes the use of pylint and implements similar code style checks. This is complementary with black code formatter.
7 lines
108 B
INI
7 lines
108 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503
|
|
max-line-length = 80
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
|