Skip to content

Commit 6c22274

Browse files
Merge pull request #256 from petracihalova/black-upgrade
[RHCLOUD-37641] bump black to the latest version
2 parents 44574fa + e187895 commit 6c22274

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.10.0
5+
rev: 25.1.0
66
hooks:
77
- id: black
88
args: ["-l", "119", "-t", "py39"]

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
black = "==24.10.0"
87
pytest = "==8.3.4"
98
pre-commit = "==4.1.0"
9+
black = "==25.1.0"
1010

1111
[packages]
1212
py-healthcheck = "==1.10.1"

Pipfile.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

konflux-pr-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pip3 install --upgrade pip
77
pip3 install --no-cache-dir -r requirements.txt
88

99
# #Run black/lint command
10-
pip3 install black
10+
pip3 install black==25.1.0
1111
if ! (black --check -l 119 -t py39 /var/workdir --diff); then
1212
echo "black formatter encountered an issue"
1313
exit 1

0 commit comments

Comments
 (0)