mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Merge pull request #66 from ShyAssassin/main
Fix error with black formatter
This commit is contained in:
commit
0d93be516e
@ -29,5 +29,5 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 135
|
line-length = 135
|
||||||
exclude = "(.git|.env|venv|*.spec)"
|
exclude = "(.git|.env|venv)"
|
||||||
target-version = ["py310","py311"]
|
target-version = ["py310","py311"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user