Add project-tools #142

Merged
Francesco Siddi merged 26 commits from ZedDB/blender-studio-pipeline:project-helper-tools into main 2023-08-31 20:33:04 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit d34a80b0c7 - Show all commits

View File

@ -0,0 +1,4 @@
[tool.black]
line-length = 100
include = '\.pyi?$'
skip-string-normalization = true

View File

@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 100