Skip to content

Commit 1a1f229

Browse files
Pin format related dependencies
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 3abe778 commit 1a1f229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ docs-lint = [
6161
"tomli", # Needed by pydocstyle to read pyproject.toml
6262
]
6363
format = [
64-
"black",
65-
"isort",
64+
"black >= 23.1.0, < 24",
65+
"isort >= 5.12.0, < 6",
6666
]
6767
nox = [
6868
"nox",

0 commit comments

Comments
 (0)