-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b217fca
commit 50387cd
Showing
21 changed files
with
966 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,25 +20,25 @@ select = [ | |
ignore = ["F405", "F403", "E501", "D203", "D205", "D213", "RUF001"] | ||
fixable = ["I", "TCH", "D"] | ||
line-length = 120 | ||
target-version = "py311" | ||
target-version = "py312" | ||
|
||
[tool.mypy] | ||
ignore_errors = true # I use pyright only because mypy dumb | ||
|
||
[tool.pyright] | ||
pythonVersion = "3.11" | ||
pythonVersion = "3.12" | ||
typeCheckingMode = "basic" | ||
reportPrivateUsage = "none" | ||
|
||
[tool.poetry] | ||
name = "snedbot" | ||
version = "0.1.0" # I do not actually update this, lol | ||
version = "0.1.0" | ||
description = "Your friendly neighbourhood multi-purpose Discord bot." | ||
authors = ["hypergonial <[email protected]>"] | ||
license = "GNU GPL-v3" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.11,<3.13" | ||
python = ">=3.12,<3.13" | ||
dateparser = "^1.1.8" | ||
psutil = "^5.9.6" | ||
Pillow = "^10.2.0" | ||
|
@@ -49,13 +49,13 @@ aiodns = "~=3.1.1" | |
Brotli = "~=1.0" | ||
ciso8601 = "~=2.3" | ||
kosu = { git = "https://github.com/hypergonial/kosu.git" } | ||
hikari-arc = "~=1.2.0" | ||
hikari-arc = "~=1.3.4" | ||
hikari-toolbox = "~=0.1.6" | ||
hikari-miru = "~=4.0.0" | ||
hikari-miru = "~=4.1.1" | ||
|
||
[tool.poetry.dev-dependencies] | ||
nox = "^2023.4.22" | ||
ruff = "^0.1.14" | ||
ruff = "^0.4.7" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.