Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Jul 28, 2024
1 parent dca9d05 commit 20b38c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format/black.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Check version
version_string=$(black --version | sed -E 's/^.*(\d+\.\d+-.*).*$/\1/')
expected_version_string='24.4.2'
expected_version_string='21.12'
if [[ "$version_string" =~ "$expected_version_string" ]]; then
echo "black version '$version_string' matches '$expected_version_string'"
else
Expand Down

0 comments on commit 20b38c0

Please sign in to comment.