Skip to content

Commit e6645e3

Browse files
Merge cf137c6 into b121182
2 parents b121182 + cf137c6 commit e6645e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: trailing-whitespace
1919
exclude: (pydatalab/example_data/)|(.*.snap)
@@ -29,14 +29,14 @@ repos:
2929
- id: mixed-line-ending
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.7
32+
rev: v0.13.3
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/pre-commit/mirrors-eslint
39-
rev: v8.56.0
39+
rev: v9.37.0
4040
hooks:
4141
- id: eslint
4242
additional_dependencies:
@@ -63,7 +63,7 @@ repos:
6363
args: [--py310-plus]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.17.1
66+
rev: v1.18.2
6767
hooks:
6868
- id: mypy
6969
additional_dependencies:

0 commit comments

Comments
 (0)