Skip to content

Commit cb8653a

Browse files
committed
CI: Fix changed flake8 error message after upgrade (pandas-dev#41462)
(cherry picked from commit bfa7525)
1 parent 656950a commit cb8653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/test_validate_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_bad_class(self, capsys):
165165
"indentation_is_not_a_multiple_of_four",
166166
# with flake8 3.9.0, the message ends with four spaces,
167167
# whereas in earlier versions, it ended with "four"
168-
("flake8 error: E111 indentation is not a multiple of ",),
168+
("flake8 error: E111 indentation is not a multiple of 4",),
169169
),
170170
(
171171
"BadDocstrings",

0 commit comments

Comments
 (0)