add ruff and pyright flake checks

This commit is contained in:
Abel Luck 2026-03-05 16:08:31 +01:00
parent 42cf3f75dc
commit 7c9b42fe56
8 changed files with 125 additions and 19 deletions

View file

@ -30,6 +30,8 @@ matrix-ops-bot = "ops_bot.main:main"
[dependency-groups]
dev = [
"pytest>=7.2.0,<8.0.0",
"ruff>=0.9.0,<1.0.0",
"pyright>=1.1.390,<2.0.0",
"black>=22.10.0,<23.0.0",
"isort>=5.10.1,<6.0.0",
"mypy>=1.2.0,<2.0.0",