tests: add isort

This commit is contained in:
Casper da Costa-Luis 2021-01-09 17:00:01 +00:00
parent fd0ca187f0
commit 1aec6b8ec2
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 5 additions and 0 deletions

View File

@ -45,3 +45,7 @@ repos:
- flake8-comprehensions - flake8-comprehensions
- flake8-debugger - flake8-debugger
- flake8-string-format - flake8-string-format
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
hooks:
- id: isort

View File

@ -105,6 +105,7 @@ split_before_named_assigns=False
split_before_closing_bracket=False split_before_closing_bracket=False
[isort] [isort]
line_length=88
multi_line_output=4 multi_line_output=4
known_first_party=tqdm,tests known_first_party=tqdm,tests