Skip to content

Commit 194f094

Browse files
authored
Updated ufmt and usort versions (#2839)
1 parent 9f8f084 commit 194f094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/run_code_style.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mypy --config-file mypy.ini
2020
goto end
2121

2222
:install
23-
pip install flake8 "black==21.12b0" "usort==1.0.1" "ufmt==1.3.1.post1" "mypy"
23+
pip install --upgrade flake8 "black==21.12b0" "usort==1.0.5" "ufmt==2.0.1" "mypy"
2424
goto end
2525

2626
:end

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
mypy --config-file mypy.ini
1212
elif [ $1 = "install" ]; then
13-
pip install --upgrade flake8 "black==21.12b0" "usort==1.0.2" "ufmt==1.3.2" "mypy"
13+
pip install --upgrade flake8 "black==21.12b0" "usort==1.0.5" "ufmt==2.0.1" "mypy"
1414
fi

0 commit comments

Comments
 (0)