mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
feat: enable ruff isort rules
This commit is contained in:
@@ -38,5 +38,9 @@ tooling = [
|
|||||||
"types-requests ==2.31.0.1"
|
"types-requests ==2.31.0.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
# pyflakes, pycodestyle, isort
|
||||||
|
select = ["F", "E", "W", "I001"]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
py-modules = []
|
py-modules = []
|
||||||
|
|||||||
Reference in New Issue
Block a user