misc(repo): bumped ruff version
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 19s
Actions / Build Documentation (MkDocs) (push) Successful in 16s

This commit is contained in:
SeaswimmerTheFsh 2024-03-07 21:33:26 -05:00
parent 03c14a0311
commit 6035aea5c6
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 29 additions and 29 deletions

View file

@ -18,7 +18,7 @@ websockets = "^12.0"
optional = true
[tool.poetry.group.dev.dependencies]
ruff = "^0.2.1"
ruff = "^0.3.1"
pylint = "^3.1.0"
[tool.poetry.group.docs]