mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
➕ add isort and fix python black check
This commit is contained in:
parent
a9a0adf0a9
commit
e1384a40b1
3 changed files with 5 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -135,7 +135,9 @@ ignore =
|
|||
N400,
|
||||
E501,
|
||||
S105,
|
||||
RST
|
||||
RST,
|
||||
# Black would make changes error
|
||||
BLK100,
|
||||
|
||||
[isort]
|
||||
profile=wemake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue