Skip to content
Snippets Groups Projects
Commit 425f9834 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Allan Blanchard
Browse files

[lint] black 24

parent 5019a427
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ let external_formatters = [
available_cmd = "black --version > /dev/null 2> /dev/null";
check_cmd = "black --quiet --line-length 100 --check" ;
update_cmd = "black --quiet --line-length 100" ;
version_cmd = "black --version | grep black | grep -E '23\\.[0-9]+\\.[0-9]+' > /dev/null 2> /dev/null"
version_cmd = "black --version | grep black | grep -E '24\\.[0-9]+\\.[0-9]+' > /dev/null 2> /dev/null"
}
]
......
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