Refactor GitHub Actions workflows; add new workflows for Poetry and uv

This commit is contained in:
2025-02-01 23:11:11 +01:00
parent 22b90fdcee
commit 8e8e081e94
5 changed files with 103 additions and 44 deletions

View File

@ -144,6 +144,3 @@ log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
filterwarnings = ["ignore::DeprecationWarning:aiohttp.cookiejar"]
# [tool.uv.sources]
# discord-py = {git = "https://github.com/Rapptz/discord.py"}