Skip to content

Commit 9e37bf4

Browse files
committed
chore(ci): bump isort version tested
1 parent 4d0cdb4 commit 9e37bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version: ["3.11", "3.10", 3.9, 3.8, 3.7, pypy-3.9]
16-
isort: [5.10.1]
16+
isort: [5.11.2]
1717
flake8: [5.0.4]
1818
include:
1919
- python-version: 3.9
20-
isort: 5.10.1
20+
isort: 5.11.2
2121
flake8: 4.0.1
2222
qa: 'true'
2323
- python-version: 3.9
24-
isort: 5.10.1
24+
isort: 5.11.2
2525
flake8: 3.9.2
2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)