mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
315ef9f248
* 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
102 B
TOML
5 lines
102 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py37', 'py38', 'py39']
|
|
extend-exclude = ".*_pb2.py"
|