1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-29 09:57:46 +00:00

clean: linting

This commit is contained in:
RGBCube 2023-01-27 20:27:02 +03:00 committed by GitHub
parent 34b4330450
commit 7e6233e72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 112 deletions

View file

@ -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