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

[templates] Make isort black-compatible

parent 167fa62a
No related branches found
No related tags found
No related merge requests found
Pipeline #52926 canceled
[settings] [settings]
profile=black
line_length=88 line_length=88
order_by_type=true order_by_type=true
lines_between_types=1 lines_between_types=1
...@@ -5,7 +5,7 @@ repos: ...@@ -5,7 +5,7 @@ repos:
rev: 5.8.0 rev: 5.8.0
hooks: hooks:
- id: isort - id: isort
args: [--sl, --line-length, "88"] args: [--profile, "black", --sl, --line-length, "88"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 20.8b1 rev: 20.8b1
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment