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:
rev: v0.32.0
hooks:
- 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