https://github.com/tensorflow/magenta
Raw File
Tip revision: 824b43d17e05d9b856ce12a4929dbe93ee0119ed authored by dependabot[bot] on 03 April 2024, 20:11:19 UTC
Bump pillow from 9.2.0 to 10.3.0
Tip revision: 824b43d
.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