Skip to content

Commit 1f3f186

Browse files
authored
fix: update isort to fix CI (#8)
1 parent 15dc78d commit 1f3f186

File tree

3 files changed

+508
-262
lines changed

3 files changed

+508
-262
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
with:
3131
fetch-depth: 0
32-
- uses: wagoid/commitlint-github-action@v4.1.11
32+
- uses: wagoid/commitlint-github-action@v5
3333

3434
test:
3535
strategy:
@@ -38,6 +38,7 @@ jobs:
3838
python-version:
3939
- "3.9"
4040
- "3.10"
41+
- "3.11"
4142
os:
4243
- ubuntu-latest
4344
runs-on: ${{ matrix.os }}
@@ -78,7 +79,7 @@ jobs:
7879
# - Create GitHub release
7980
# - Publish to PyPI
8081
- name: Python Semantic Release
81-
uses: relekang/python-semantic-release@v7.31.4
82+
uses: relekang/python-semantic-release@v7.33.1
8283
with:
8384
github_token: ${{ secrets.GITHUB_TOKEN }}
8485
pypi_token: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.10.1
42+
rev: 5.12.0
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)