mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-19 05:04:28 +01:00
(feat) update pyproject.toml
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=42", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ["py38"]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.pre-commit]
|
||||
repos = [
|
||||
{ repo = "https://github.com/pre-commit/pre-commit-hooks", rev = "v3.4.0", hooks = [{ id = "check-yaml" }, { id = "end-of-file-fixer" }] },
|
||||
{ repo = "https://github.com/psf/black", rev = "21.6b0", hooks = [{ id = "black" }] },
|
||||
{ repo = "https://github.com/pre-commit/mirrors-isort", rev = "v5.9.3", hooks = [{ id = "isort" }] }
|
||||
]
|
||||
Reference in New Issue
Block a user