Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Update precommit hook pycqa/isort to v5.9.0 #61

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.0
rev: 5.9.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
Expand Down