mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
18 lines
284 B
TOML
18 lines
284 B
TOML
[tool.black]
|
|
exclude= """
|
|
/(
|
|
salt/ext
|
|
| tests/kitchen
|
|
| templates
|
|
)/
|
|
"""
|
|
|
|
[tool.isort]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|
|
line_length = 88
|
|
ensure_newline_before_comments=true
|
|
skip="salt/ext,tests/kitchen,templates"
|
|
|