mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-17 21:29:34 +00:00
* Update config for black and flake8 * Auto-format Python sources with black * Fix issues reported by flake8 * Exclude protobuf files from black * Address formatting feedback
5 lines
73 B
INI
5 lines
73 B
INI
[flake8]
|
|
max-line-length = 100
|
|
exclude =
|
|
venv
|
|
rascsi_interface_pb2.py |