Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
🎨 add default isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Sep 5, 2023
1 parent 2ec392c commit 4456ac8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4456ac8

Please sign in to comment.