add isort and fix python black check

This commit is contained in:
Ondrej Samohel 2023-05-04 17:46:31 +02:00
parent a9a0adf0a9
commit e1384a40b1
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 5 additions and 2 deletions

2
poetry.lock generated
View file

@ -3480,4 +3480,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9.1,<3.10"
content-hash = "c566a959134559e2fccf9b17fc820956207c9d36a58195f48990b986114d7108"
content-hash = "45e91b47f9e6697b0eb9fdbe76981f691d389ce74bc5a0e98d72e1109b39bc63"

View file

@ -95,6 +95,7 @@ enlighten = "*" # cool terminal progress bars
toml = "^0.10.2" # for parsing pyproject.toml
pre-commit = "*"
wemake-python-styleguide = "*"
isort="*"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/pypeclub/openpype/issues"

View file

@ -135,7 +135,9 @@ ignore =
N400,
E501,
S105,
RST
RST,
# Black would make changes error
BLK100,
[isort]
profile=wemake