mirror of
https://github.com/ipnet-mesh/meshcore-mqtt.git
synced 2026-03-28 17:42:39 +01:00
14 lines
191 B
INI
14 lines
191 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203, W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.venv,
|
|
venv,
|
|
build,
|
|
dist,
|
|
*.egg-info
|
|
per-file-ignores =
|
|
__init__.py:F401
|