Merge pull request #5572 from ynput/chore/add-isort-config

This commit is contained in:
Ondřej Samohel 2023-09-20 14:38:44 +02:00 committed by GitHub
commit d6de8f1959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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