We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1652a2a commit c6aaa9fCopy full SHA for c6aaa9f
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: trailing-whitespace
7
- id: no-commit-to-branch
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.14.11
+ rev: v0.14.13
10
hooks:
11
- id: ruff-check
12
args: [--fix, --exit-non-zero-on-fix]
@@ -44,7 +44,7 @@ repos:
44
- cloudpickle==3.1.2
45
- colorama==0.4.6 ; sys_platform == 'win32'
46
- coverage==7.13.1
47
- - dask==2025.12.0
+ - dask==2026.1.1
48
- docutils==0.22.4
49
- donfig==0.8.1.post1
50
- execnet==2.1.2
@@ -86,7 +86,7 @@ repos:
86
- roman-numerals==4.1.0
87
- scikit-learn==1.8.0
88
- scipy==1.17.0
89
- - scipy-stubs==1.17.0.0
+ - scipy-stubs==1.17.0.1
90
- six==1.17.0
91
- snowballstemmer==3.0.1
92
- sphinx==9.1.0
0 commit comments