Skip to content
Snippets Groups Projects
Commit 5613eda6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pre-commit] options for isort need to be also provided at the pre-commit file

parent 09babac0
No related branches found
No related tags found
1 merge request!30Adds pre-commit support
Pipeline #52921 failed
......@@ -4,8 +4,13 @@ repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
hooks:
- id: isort
args: [--sl, --line-length, "88"]
- id: isort
args: [
--force-single-line-imports,
--line-length, "88",
--order-by-type,
--lines-between-types, "1"
]
- repo: https://github.com/psf/black
rev: 21.7b0
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment