Fix Action runs

This commit is contained in:
夜坂雅 2022-09-07 09:31:15 +08:00
parent e90c8d7e37
commit f171e9c8d9
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U isort==5.6.4 flake8==3.8.4 flake8-comprehensions==3.3.1 black==20.8b1
pip install -U isort==5.6.4 flake8==3.8.4 flake8-comprehensions==3.3.1 black==22.6.0
- name: Check import statement sorting
run: |

View File

@ -41,7 +41,7 @@ setup(
"isort==5.0.4",
"flake8==3.8.3",
"flake8-comprehensions==3.2.3",
"black==19.10b0",
"black==22.6.0",
],
},
classifiers=[