Add python check (#643)

This commit is contained in:
Jure Bajic
2022-11-09 01:48:34 -08:00
committed by GitHub
parent c4c3a254bf
commit 1d5f387ddd
12 changed files with 116 additions and 94 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[tool.black]
line-length = 120
include = '\.pyi?$'
extend-exclude = '''
/(
| .git
| .__pycache__
| build
| libs
| .cache
)/
'''