Skip to content

Commit a936582

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ca2d2b5 commit a936582

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
@@ -59,7 +59,7 @@ disable_error_code = [
5959
"no-any-return",
6060
"misc",
6161
# things like `@pytest.fixture` are untyped in pre-commit
62-
"untyped-decorator",
62+
"untyped-decorator"
6363
]
6464
python_version = "3.10"
6565
strict = true

0 commit comments

Comments
 (0)