We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3275ebe commit bd78b82Copy full SHA for bd78b82
tests/run_code_style.sh
@@ -10,5 +10,5 @@ elif [ $1 = "fmt" ]; then
10
elif [ $1 = "mypy" ]; then
11
uv run mypy --config-file mypy.ini
12
elif [ $1 = "install" ]; then
13
- uv pip install --upgrade flake8 "black==24.10.0" "usort==1.0.8.post1" "ufmt==2.7.3" "mypy"
+ uv pip install flake8 "black==24.10.0" "usort==1.0.8.post1" "ufmt==2.7.3" "mypy"
14
fi
0 commit comments