Revision 61133ef6e2d88177b32ace4afc6843ab9a7bc8cd authored by Jirka Borovec on 05 April 2024, 12:42:12 UTC, committed by GitHub on 05 April 2024, 12:42:12 UTC
*Issue #, if available:*
set a single black version to ensure reproducibility
UPDATE: seem that the latest Black would need to be applied

*Description of changes:*
freeze Black version, but the better way is in #3111


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup

cc: @jaheba @kashif @lostella
1 parent dbbd6e7
Raw File
MANIFEST.in

# include all of gluonts
graft src/gluonts

# except the nursery
prune src/gluonts/nursery

graft docs
graft requirements
graft test

include NOTICE

prune .devtools
prune .gitattributes
prune .github
prune examples
prune evaluations

exclude .dockerignore
exclude .gitignore
exclude dev_setup.sh

global-exclude */__pycache__/*
global-exclude *.pyc
back to top