Skip to content

Commit ed6967b

Browse files
committed
Fixed CI
1 parent cfe759a commit ed6967b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ files = [
5151
"tests"
5252
]
5353
strict = true
54-
disable_error_code = ["unused-ignore"]
54+
disable_error_code = ["unused-ignore", "untyped-decorator"]
5555
ignore_missing_imports = true
5656
disallow_subclassing_any = false
57-
python_executable = ".venv/bin/python"
5857

5958
[tool.ty.src]
6059
include = [

0 commit comments

Comments
 (0)