Skip to content

Commit 050b9db

Browse files
ci(pre-commit): pre-commit autoupdate (#572)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2) * try pinning dask < 2025.3.0 * pre-commit bot makes properly formatted ci titles --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lindsey Gray <[email protected]>
1 parent 033d202 commit 050b9db

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
ci:
2+
autofix_commit_msg: |
3+
[pre-commit.ci] auto fixes from pre-commit.com hooks
4+
5+
for more information, see https://pre-commit.ci
6+
autofix_prs: true
7+
autoupdate_branch: ''
8+
autoupdate_commit_msg: 'ci(pre-commit): pre-commit autoupdate'
9+
autoupdate_schedule: weekly
10+
skip: []
11+
submodules: false
12+
13+
114
repos:
215

316
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -24,7 +37,7 @@ repos:
2437
- --target-version=py312
2538

2639
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.11.0
40+
rev: v0.11.2
2841
hooks:
2942
- id: ruff
3043

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
dependencies = [
3939
"awkward >=2.5.1",
40-
"dask >=2023.04.0",
40+
"dask >=2023.04.0, <2025.3.0",
4141
"cachetools",
4242
"typing_extensions >=4.8.0",
4343
]

0 commit comments

Comments
 (0)