Add Cloudron packaging for Maubot
This commit is contained in:
13
maubot-src/pyproject.toml
Normal file
13
maubot-src/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
force_to_top = "typing"
|
||||
from_first = true
|
||||
combine_as_imports = true
|
||||
known_first_party = "mautrix"
|
||||
line_length = 99
|
||||
skip = ["maubot/management/frontend"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 99
|
||||
target-version = ["py310"]
|
||||
force-exclude = "maubot/management/frontend"
|
||||
Reference in New Issue
Block a user