Skip to content

Commit 5e30652

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def __init__(
179179
filter_errors: bool | Callable[[str, ErrorInfo], bool] = False,
180180
save_filtered_errors: bool = False,
181181
filter_deprecated: bool = False,
182-
filter_revealed_type: bool = False
182+
filter_revealed_type: bool = False,
183183
) -> None:
184184
self.errors = errors
185185
self._has_new_errors = False

0 commit comments

Comments
 (0)