We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07958ba commit 1dd46aaCopy full SHA for 1dd46aa
.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.8
+ rev: v0.11.9
29
hooks:
30
- id: ruff-format
31
- id: ruff
@@ -59,7 +59,7 @@ repos:
59
- id: nbstripout
60
exclude: (docs)
61
- repo: https://github.com/crate-ci/typos
62
- rev: v1
+ rev: v1.32.0
63
64
- id: typos
65
exclude: (\.ipynb)
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
dynamic = ["version"]
23
dependencies = [
24
"attrs>=21.3",
- "click",
+ "click>=7,!=8.2.0",
"click-default-group",
"networkx>=2.4",
"optree>=0.9",
0 commit comments