1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

refactor(reactionmenu): move stubs to new typings dir

This commit is contained in:
kzndotsh 2024-08-31 13:39:57 -04:00
parent d8860ce440
commit 6e6dd633aa
9 changed files with 4 additions and 4 deletions

View file

@ -43,4 +43,3 @@ jobs:
with:
version: "PATH"
annotate: "all"
extra-args: "--exclude=**/stubs/**"

View file

@ -17,6 +17,7 @@ dateparser = "^1.2.0"
discord-py = "^2.4.0"
githubkit = {extras = ["auth-app"], version = "^0.11.3"}
httpx = "^0.27.0"
jishaku = "^2.5.2"
loguru = "^0.7.2"
pillow = "^10.3.0"
pre-commit = "^3.7.0"
@ -27,6 +28,7 @@ pynacl = "^1.5.0"
pyright = "^1.1.358"
python = ">=3.12,<4"
python-dotenv = "^1.0.1"
pytz = "^2024.1"
pyyaml = "^6.0.2"
reactionmenu = "^3.1.7"
rsa = "^4.9"
@ -35,8 +37,6 @@ sentry-sdk = {extras = ["httpx", "loguru"], version = "^2.7.0"}
types-aiofiles = "^24.1.0.20240626"
types-psutil = "^6.0.0.20240621"
typing-extensions = "^4.12.2"
jishaku = "^2.5.2"
pytz = "^2024.1"
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.30"
@ -79,6 +79,7 @@ exclude = [
"tests",
".archive",
"stubs",
"typings/**",
]
indent-width = 4
@ -159,13 +160,13 @@ exclude = [
"tests",
".archive",
"stubs",
"typings/**",
]
include = ["tux"]
pythonPlatform = "Linux"
pythonVersion = "3.12"
reportMissingTypeStubs = true
reportShadowedImports = false
stubPath = "tux/stubs"
typeCheckingMode = "strict"
venv = ".venv"
venvPath = "."