Skip to content

Commit

Permalink
updated isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Jan 31, 2023
1 parent 4414045 commit ca17637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
args: [--max-line-length=105, --ignore=E203,E501,W503, --select=select=C,E,F,W,B,B950]

- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit ca17637

Please sign in to comment.