Skip to content

Commit ffcba59

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/test_validate_unwanted_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_nodefault_used_not_only_for_typing_raises(self, data, expected) -> None
307307
"DeprecationWarning",
308308
"PendingDeprecationWarning",
309309
"Pandas4Warning",
310-
"RuntimeWarning"
310+
"RuntimeWarning",
311311
],
312312
)
313313
@pytest.mark.parametrize("pdlint_ignore", [True, False])

0 commit comments

Comments
 (0)