feat(ci): add pyproject.toml with blue config

Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
This commit is contained in:
Ben Alkov 2022-09-18 14:23:14 -04:00 committed by Lincoln Stein
parent e8e6be0ebe
commit c0e1fb5f71

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[tool.blue]
line-length = 90
target-version = ['py310']