Skip to content

Commit 01008dd

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-uv
2 parents c2050ce + 2c6752b commit 01008dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)