Commit c9ef067b authored by apeshkov's avatar apeshkov

[BACK][VLN][master] add isort

parent 18337a51
......@@ -6,6 +6,10 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
......
......@@ -39,6 +39,8 @@ line-length = 120
include = '\.pyi?$'
exclude = '/( \.git | \.venv | docs | static )/'
[tool.isort]
profile = "black"
[build-system]
......
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