Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.9.3 → 5.10.0](PyCQA/isort@5.9.3...5.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 8, 2021
1 parent c03b376 commit 9a2c6c8
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 @@ -6,7 +6,7 @@ repos:
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
Expand Down

0 comments on commit 9a2c6c8

Please sign in to comment.