Skip to content
Snippets Groups Projects
Commit 33cdaac6 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

replace yapf with Black and isort

parent 14a63e0a
No related branches found
No related tags found
1 merge request!1286Global reformatting
[settings]
profile=black
multi_line_output=3
......@@ -7,8 +7,11 @@ repos:
name: clang-format (non-standard extensions)
types_or: [file]
files: \.(icc|icpp)$
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.24.0
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: yapf
name: Format Python files
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
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