[cleanup] Misc (#11328)

Closes #11307
Authored by: bashonly, KBelmin

Co-authored-by: Belminho <102482175+KBelmin@users.noreply.github.com>
This commit is contained in:
bashonly 2024-10-23 21:27:26 +00:00 committed by GitHub
parent d784464399
commit c998238c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -76,7 +76,7 @@ dev = [
]
static-analysis = [
"autopep8~=2.0",
"ruff~=0.6.0",
"ruff~=0.7.0",
]
test = [
"pytest~=8.1",