Skip to content

Commit

Permalink
Update isort pre-commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 17, 2020
1 parent f012ef6 commit 94bd1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: ['--fix=no']

- repo: http://github.com/timothycrosley/isort
rev: 5.4.1
rev: 5.4.2
hooks:
- id: isort

Expand Down
2 changes: 1 addition & 1 deletion src/pyscaffold/templates/pre-commit-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: ['--fix=no']

- repo: http://github.com/timothycrosley/isort
rev: 5.4.1
rev: 5.4.2
hooks:
- id: isort

Expand Down

0 comments on commit 94bd1b2

Please sign in to comment.