We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b078a commit 1cc5b88Copy full SHA for 1cc5b88
.pre-commit-config.yaml
@@ -6,3 +6,8 @@ repos:
6
language_version: python3
7
args: ['--target-version', 'py36']
8
exclude: '^docs/source/conf\.py$'
9
+
10
+ - repo: https://github.com/pycqa/isort
11
+ rev: 5.10.1
12
+ hooks:
13
+ - id: isort
0 commit comments