Skip to content

Commit

Permalink
Bump isort to 5.12.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada committed Jun 1, 2023
1 parent 472c2a4 commit 7ab8514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Setup Python and install pre-commit
- uses: actions/setup-python@v2
with:
python_version: "3.8"
python_version: "3.10"
- name: Install pre-commit
run: |
pip install -U pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: '5.9.1'
rev: '5.12.0'
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 7ab8514

Please sign in to comment.