Skip to content

Commit

Permalink
Update black. Use 5.2 as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Sep 6, 2020
1 parent cafb5a9 commit e7a3b95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[buildout]
extends = plone-5.1.x.cfg
extends = plone-5.2.x.cfg
6 changes: 3 additions & 3 deletions plone-5.1.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ extends =
versions.cfg

[versions]
plone.testing = 5.0.0

# fixes: SyntaxError: invalid syntax (more.py, line 340)
zipp = 0.5.2

# plone.restapi specific
plone.schema = 1.2.0

plone.testing = 5.0.0
plone.schema = 1.2.1

# zest.releaser
zest.releaser = 6.20.1
Expand Down
2 changes: 1 addition & 1 deletion plone-5.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ find-links += https://dist.plone.org/thirdparty/
versions=versions

[versions]
black = 19.10b0
black = 20.8b1
3 changes: 0 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ setuptools =
zc.buildout =
zc.recipe.egg = 2.0.3

# Don't use a released version of collective.faq
collective.faq =

# fixes Getting distribution for 'configparser'. assert newdist is not None # newloc above is missing our dist?!
configparser = 3.5.3

Expand Down

0 comments on commit e7a3b95

Please sign in to comment.