We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e833729 commit 2c6752bCopy full SHA for 2c6752b
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: python-no-log-warn
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.11.9
+ rev: v0.11.12
29
hooks:
30
- id: ruff-format
31
- id: ruff
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
dynamic = ["version"]
23
dependencies = [
24
"attrs>=21.3",
- "click>=7,!=8.2.0",
+ "click>=7,<8.2.0",
"click-default-group",
"networkx>=2.4",
"optree>=0.9",
0 commit comments