Skip to content

Commit d3305fa

Browse files
chore(deps): update dependency black to v24.10.0 (#440)
* chore(deps): update dependency black to v24.10.0 * fix --------- Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com> Co-authored-by: Omer C <[email protected]>
1 parent 7bddb84 commit d3305fa

File tree

3 files changed

+75
-26
lines changed

3 files changed

+75
-26
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020
args: ["--profile", "black"]
2121
- repo: https://github.com/psf/black
22-
rev: 24.3.0
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
language_version: python3

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ pep8-naming = "0.14.1"
5656
tox = "4.23.0"
5757

5858
[tool.poetry.group.format.dependencies]
59-
black = "24.3.0"
59+
black = [
60+
{ version = "<24.10.0", python = "<3.9" },
61+
{ version = "24.10.0", python = ">=3.9" },
62+
]
6063

6164
[tool.poetry.group.types.dependencies]
6265
mypy = "1.11.2"

0 commit comments

Comments
 (0)