1
0
Fork 0

[cleanup] Bump ruff to 0.15.x (#15951)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki 2026-02-16 21:11:02 +01:00 committed by GitHub
commit abade83f8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 18 deletions

View file

@ -85,7 +85,7 @@ dev = [
]
static-analysis = [
"autopep8~=2.0",
"ruff~=0.14.0",
"ruff~=0.15.0",
]
test = [
"pytest~=8.1",