mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
13 lines
346 B
INI
13 lines
346 B
INI
[settings]
|
|
# Needed for black compatibility
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
line_length=88
|
|
combine_as_imports=True
|
|
|
|
# If set, imports will be sorted within their section independent to the import_type.
|
|
force_sort_within_sections=True
|
|
|
|
# skip
|
|
skip_glob=.local,**/migrations/**,**/node_modules/**,**/node-forge/**
|