mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
🎨 add default isort config
This commit is contained in:
parent
2ec392cfd8
commit
4456ac86f4
1 changed files with 8 additions and 1 deletions
|
|
@ -28,4 +28,11 @@ omit = /tests
|
||||||
directory = ./coverage
|
directory = ./coverage
|
||||||
|
|
||||||
[tool:pytest]
|
[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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue