https://github.com/tensorflow/magenta
Raw File
Tip revision: 82ef836f73634c7967e86d12185e1d70c2f827e7 authored by Ian Simon on 01 August 2022, 18:13:42 UTC
bump version to 2.1.4
Tip revision: 82ef836
.isort.cfg
[settings]
line_length=1000
force_single_line=True
force_sort_within_sections=True
default_section=THIRDPARTY
sections=FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY
no_lines_before=THIRDPARTY
back to top