Skip to content

Commit 2c6752b

Browse files
[pre-commit.ci] pre-commit autoupdate (#679)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent e833729 commit 2c6752b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.9
28+
rev: v0.11.12
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dynamic = ["version"]
2323
dependencies = [
2424
"attrs>=21.3",
25-
"click>=7,!=8.2.0",
25+
"click>=7,<8.2.0",
2626
"click-default-group",
2727
"networkx>=2.4",
2828
"optree>=0.9",

0 commit comments

Comments
 (0)