Skip to content

Commit 1dd46aa

Browse files
Update pre-commit and pin click. (#677)
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 07958ba commit 1dd46aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
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.8
28+
rev: v0.11.9
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff
@@ -59,7 +59,7 @@ repos:
5959
- id: nbstripout
6060
exclude: (docs)
6161
- repo: https://github.com/crate-ci/typos
62-
rev: v1
62+
rev: v1.32.0
6363
hooks:
6464
- id: typos
6565
exclude: (\.ipynb)

pyproject.toml

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

0 commit comments

Comments
 (0)