mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-08 21:38:04 -05:00
This helps development where you can be sure that running locally black . flake8 . will do the same as in the github job.
6 lines
79 B
INI
6 lines
79 B
INI
[flake8]
|
|
count = 1
|
|
show-source = 1
|
|
select = E9,F63,F7,F82
|
|
exclude = lit.cfg.py
|