Skip to content

Commit

Permalink
pre-commit: Add isort
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Sep 29, 2022
1 parent 48b078a commit 1cc5b88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ repos:
language_version: python3
args: ['--target-version', 'py36']
exclude: '^docs/source/conf\.py$'

- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort

0 comments on commit 1cc5b88

Please sign in to comment.