mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-29 09:57:46 +00:00
clean: linting
This commit is contained in:
parent
34b4330450
commit
7e6233e72e
4 changed files with 0 additions and 112 deletions
|
@ -11,22 +11,5 @@ jishaku = "*"
|
|||
mcstatus = "*"
|
||||
uvloop = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flynt = "*"
|
||||
isort = "*"
|
||||
unimport = "*"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
bot = "minearchy_bot.__main__:main"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
preview = true
|
||||
|
||||
[tool.isort]
|
||||
py_version = 310
|
||||
add_imports = ["from __future__ import annotations"]
|
||||
line_length = 100
|
||||
profile = "black"
|
||||
combine_as_imports = true
|
||||
combine_star = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue