refactor: telegram modules and tighten linting (#111)
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ addopts = ["--cov=takopi", "--cov-report=term-missing", "--cov-fail-under=75"]
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["B904", "BLE001", "S110", "RUF043"]
|
||||
extend-select = ["B", "BLE001", "C4", "PERF", "RUF043", "S110", "SIM", "UP"]
|
||||
|
||||
[tool.ty.src]
|
||||
include = ["src", "tests"]
|
||||
|
||||
Reference in New Issue
Block a user