mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-09-06 01:57:01 +00:00
chore: generic fixes (#1187)
This commit is contained in:
+8
-1
@@ -73,5 +73,12 @@ packages = ["proxy", "ui", "utils"]
|
||||
[tool.hatch.version]
|
||||
path = "proxy/__init__.py"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F403", "F405"]
|
||||
select = ["E4", "E7", "E9", "F", "B", "C4"]
|
||||
ignore = ["F403", "F405", "B023"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"macos.py" = ["E402"]
|
||||
|
||||
Reference in New Issue
Block a user