mirror of
https://github.com/thelsing/knx.git
synced 2026-04-06 03:21:49 +02:00
move knx-linux and knxPyton to examples dir
This commit is contained in:
10
examples/knxPython/pybind11/setup.cfg
Normal file
10
examples/knxPython/pybind11/setup.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
||||
[flake8]
|
||||
max-line-length = 99
|
||||
show_source = True
|
||||
exclude = .git, __pycache__, build, dist, docs, tools, venv
|
||||
ignore =
|
||||
# required for pretty matrix formatting: multiple spaces after `,` and `[`
|
||||
E201, E241
|
||||
Reference in New Issue
Block a user