budget/setup.cfg
Luís Murta fe2b347a53
Adds flake8-type-checking
flake8 now checks for proper type hinting.
Required when commiting new code.
2021-06-21 23:31:46 +01:00

4 lines
59 B
INI

[flake8]
max-line-length = 120
enable-extensions = TC, TC1