Skip to content

Commit

Permalink
Merge pull request #89 from Hekstra-Lab/renovate/pycqa-isort-5.x
Browse files Browse the repository at this point in the history
Update pre-commit hook PyCQA/isort to v5.9.3
  • Loading branch information
JBGreisman committed Sep 7, 2021
2 parents 07c6a7f + b94561d commit 3a8379e
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 @@ -14,7 +14,7 @@ repos:
- id: absolufy-imports
files: ^reciprocalspaceship/
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.3
hooks:
- id: isort
args: ["--profile", "black"]
Expand Down

0 comments on commit 3a8379e

Please sign in to comment.