issues
search
adnilsson
/
Bank2YNAB4
Converts from banks' CSV format of exported transactions to the frormat accepted by YNAB4
MIT License
0
stars
0
forks
source link
Use the black code formatter
#6
Closed
adnilsson
closed
2 years ago
adnilsson
commented
3 years ago
Format the project with
black
.
TODO
[x] Await python 3.10 syntax support (black fails to format
converter.py
since it has a
match
statement).
They've implemented a workaround until
they've switched to a new parser
Format the project with black.
TODO
converter.py
since it has amatch
statement).