Revision dc9e0788084d5bb0cc51011effe52ce7d5a39a58 authored by Nicola Soranzo on 10 April 2024, 16:42:00 UTC, committed by Nicola Soranzo on 10 April 2024, 16:42:00 UTC
2 parent s 796ed40 + 659e87f
Raw File
.isort.cfg
[settings]
combine_as_imports=true
force_alphabetical_sort_within_sections=true
# Override force_grid_wrap value from profile=black, but black is still happy
force_grid_wrap=2
# Same line length as for black
line_length=120
no_lines_before=LOCALFOLDER
profile=black
reverse_relative=true
skip_gitignore=true
# Make isort run faster by skipping database
skip_glob=database/*
src_paths=lib
back to top