Skip to content

Commit 925b99d

Browse files
authored
Adjust for new untyped-decorator error code from mypy
1 parent 910e98a commit 925b99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ skip_glob = "tests/*_files/*"
5353

5454
[tool.mypy]
5555
check_untyped_defs = true
56-
disable_error_code = ["no-untyped-def", "misc", "no-untyped-call", "no-any-return"]
56+
disable_error_code = ["no-untyped-def", "untyped-decorator", "no-untyped-call", "no-any-return"]
5757
python_version = "3.10"
5858
strict = true
5959
warn_unreachable = true

0 commit comments

Comments
 (0)