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 9f8f084 commit 194f094Copy full SHA for 194f094
tests/run_code_style.bat
@@ -20,7 +20,7 @@ mypy --config-file mypy.ini
20
goto end
21
22
:install
23
-pip install flake8 "black==21.12b0" "usort==1.0.1" "ufmt==1.3.1.post1" "mypy"
+pip install --upgrade flake8 "black==21.12b0" "usort==1.0.5" "ufmt==2.0.1" "mypy"
24
25
26
:end
tests/run_code_style.sh
@@ -10,5 +10,5 @@ elif [ $1 = "fmt" ]; then
10
elif [ $1 = "mypy" ]; then
11
mypy --config-file mypy.ini
12
elif [ $1 = "install" ]; then
13
- pip install --upgrade flake8 "black==21.12b0" "usort==1.0.2" "ufmt==1.3.2" "mypy"
+ pip install --upgrade flake8 "black==21.12b0" "usort==1.0.5" "ufmt==2.0.1" "mypy"
14
fi
0 commit comments