Skip to content

Commit

Permalink
Set black version to pre-commit.ci one
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Sep 24, 2023
1 parent 00ebc74 commit b3da62e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ build-plone-6.0: ## Build Plone 6.0
python$(version) -m venv .
bin/pip install --upgrade pip
bin/pip install -r requirements-6.0.x.txt
bin/pip install pip install black==$$(awk '/^black =/{print $$NF}' versions.cfg)
bin/buildout -c plone-6.0.x.cfg

.PHONY: Test
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 @@ -7,7 +7,7 @@ versions=versions

[versions]
plone.rest =
black = 21.12b0
black = 23.3.0

# Error: The requirement ('virtualenv>=20.0.35') is not allowed by your [versions] constraint (20.0.26)
virtualenv = 20.0.35
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pygments = 2.5.1
plone.recipe.varnish = 1.3

# Code-analysis
black = 21.12b0
black = 23.3.0
plone.recipe.codeanalysis = 3.0.1
coverage = 3.7.1
pep8 = 1.7.1
Expand Down

0 comments on commit b3da62e

Please sign in to comment.