mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
feat: migrate flake8 -> ruff
This commit is contained in:
@@ -26,9 +26,8 @@ worker=[
|
||||
tooling = [
|
||||
# code formatting
|
||||
"black ==23.3.0",
|
||||
"isort ==5.12.0",
|
||||
# linting
|
||||
"flake8 ==6.0.0",
|
||||
"ruff ==0.0.275",
|
||||
# tests
|
||||
"httpx",
|
||||
"sqlalchemy-utils ==0.41.1",
|
||||
@@ -39,8 +38,5 @@ tooling = [
|
||||
"types-requests ==2.31.0.1"
|
||||
]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = []
|
||||
|
||||
Reference in New Issue
Block a user