Skip to content
Snippets Groups Projects
Commit 00418fb4 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Bump miniumum Black requirement to 24.1.1+.

parent fa73fc2b
No related branches found
No related tags found
No related merge requests found
Pipeline #638010 passed
......@@ -34,7 +34,7 @@ def black_version():
]
@skip_unless_tool_is_at_least("black", black_version, "23.1.0")
@skip_unless_tool_is_at_least("black", black_version, "24.1.1")
def test_code_is_black_clean():
output = subprocess.check_output(
("black", "--diff", "."), stderr=subprocess.PIPE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment