🎨 add default isort config

This commit is contained in:
Ondrej Samohel 2023-09-05 17:56:49 +02:00
parent 2ec392cfd8
commit 4456ac86f4
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -28,4 +28,11 @@ omit = /tests
directory = ./coverage
[tool:pytest]
norecursedirs = repos/* openpype/modules/ftrack/*
norecursedirs = repos/* openpype/modules/ftrack/*
[isort]
line_length = 79
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
combine_as_imports = True