Skip to content

Commit c4b2cf2

Browse files
authored
chore: Update pre-commit (#1412)
1 parent 347c590 commit c4b2cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.9.3
16+
rev: v0.10.0
1717
hooks:
1818
- id: ruff
1919
files: datashader/
2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.4.0
21+
rev: v2.4.1
2222
hooks:
2323
- id: codespell
2424
additional_dependencies:

0 commit comments

Comments
 (0)