Skip to content

Commit

Permalink
fix: update isort to fix CI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 6, 2023
1 parent 5ed285f commit 174b482
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 260 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -39,7 +39,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 174b482

Please sign in to comment.