https://github.com/galaxyproject/galaxy
Raw File
Tip revision: bab7a6a132455756a491fda92e6df56418582334 authored by Martin Cech on 04 April 2024, 22:15:25 UTC
Merge pull request #17905 from galaxyproject/dependabot/npm_and_yarn/client/undici-5.28.4
Tip revision: bab7a6a
.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/*,lib/tool_shed/test/test_data/repos/*
src_paths=lib
back to top