mirror of
https://github.com/pierrechevalier83/ferris.git
synced 2024-12-18 03:22:23 +03:00
Configure black to omit subdirectories of tools
These directories are git submodules. We don't want to modify them.
This commit is contained in:
parent
3f3bcdd917
commit
9a651ad282
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[tool.black]
|
||||
exclude = 'tools/.*/'
|
||||
|
Loading…
Reference in New Issue
Block a user