mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Merge pull request #58 from ShyAssassin/main
Set black formatter settings
This commit is contained in:
commit
e350a4cbfa
@ -26,3 +26,8 @@ flake8 = "^5.0.4"
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 135
|
||||
exclude = "(.git|.env|venv|*.spec)"
|
||||
target-version = ["py310","py311"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user