mirror of
https://github.com/craigerl/aprsd.git
synced 2024-10-31 15:07:13 -04:00
Hemna
e175f77347
The Black code formatter sucks with respect to function declarations with a lot of params. Completely unreadable.
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
formatters = add-trailing-comma,autoflake,fixit,isort,pyupgrade,unify
|
|
min-python-version = 3.8
|