Skip to content

Commit bd78b82

Browse files
committed
test
1 parent 3275ebe commit bd78b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_code_style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ elif [ $1 = "fmt" ]; then
1010
elif [ $1 = "mypy" ]; then
1111
uv run mypy --config-file mypy.ini
1212
elif [ $1 = "install" ]; then
13-
uv pip install --upgrade flake8 "black==24.10.0" "usort==1.0.8.post1" "ufmt==2.7.3" "mypy"
13+
uv pip install flake8 "black==24.10.0" "usort==1.0.8.post1" "ufmt==2.7.3" "mypy"
1414
fi

0 commit comments

Comments
 (0)