"...composable_kernel.git" did not exist on "5b2424057b303358bef0a01528ac99b42d85741f"
Commit fce54131 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

adds isort to pre-commit

parent 3101ecff
[settings]
line_length = 80
...@@ -16,3 +16,8 @@ repos: ...@@ -16,3 +16,8 @@ repos:
rev: v0.32.0 rev: v0.32.0
hooks: hooks:
- id: yapf - id: yapf
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment