Configure black to omit subdirectories of tools

These directories are git submodules.
We don't want to modify them.
This commit is contained in:
Pierre Chevalier 2020-10-19 10:41:32 +01:00
parent 3f3bcdd917
commit 9a651ad282

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[tool.black]
exclude = 'tools/.*/'