Skip to content

Commit 8920ec8

Browse files
authored
Merge pull request #150 from dask-contrib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f2c91b5 + 7761d33 commit 8920ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
language_version: python3
77
args:
88
- --target-version=py38
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.4
10+
rev: v0.8.3
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/PyCQA/isort
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717
language_version: python3
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.17.0
19+
rev: v3.19.0
2020
hooks:
2121
- id: pyupgrade
2222
args:

0 commit comments

Comments
 (0)