Commit c9ef067b authored by apeshkov's avatar apeshkov

[BACK][VLN][master] add isort

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