Skip to content

Commit 55b0bc5

Browse files
[pre-commit.ci] pre-commit autoupdate (#1341)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthew Evans <[email protected]>
1 parent cd8306b commit 55b0bc5

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,7 +29,7 @@ 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.14.7
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
@@ -57,13 +57,13 @@ repos:
5757
args: [--fix]
5858

5959
- repo: https://github.com/asottile/pyupgrade
60-
rev: v3.20.0
60+
rev: v3.21.2
6161
hooks:
6262
- id: pyupgrade
6363
args: [--py310-plus]
6464

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

0 commit comments

Comments
 (0)