1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-17 10:46:34 -04:00
aprsd/gray.conf
Hemna e175f77347 Use Gray instead of Black for code formatting.
The Black code formatter sucks with respect to function
declarations with a lot of params.  Completely unreadable.
2021-08-23 13:32:09 -04:00

3 lines
95 B
Plaintext

formatters = add-trailing-comma,autoflake,fixit,isort,pyupgrade,unify
min-python-version = 3.8