mirror of
https://github.com/OMGeeky/homecontrol.esp-sensors.git
synced 2025-12-26 17:02:29 +01:00
feat: add configuration for Black code formatter in config.toml
This commit is contained in:
21
.junie/config.toml
Normal file
21
.junie/config.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[formatting]
|
||||
tool = "black"
|
||||
enabled = true
|
||||
|
||||
[formatting.black]
|
||||
line-length = 88
|
||||
target-version = ["py312"]
|
||||
include = "\.pyi?$"
|
||||
exclude = """
|
||||
/(
|
||||
\.git
|
||||
| \.hg
|
||||
| \.mypy_cache
|
||||
| \.tox
|
||||
| \.venv
|
||||
| _build
|
||||
| buck-out
|
||||
| build
|
||||
| dist
|
||||
)/
|
||||
"""
|
||||
Reference in New Issue
Block a user