Skip to content

Commit b5cf1f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) - [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.17.0](pre-commit/mirrors-eslint@v8.56.0...v9.17.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 7e63cdd commit b5cf1f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ repos:
2929
- id: mixed-line-ending
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.7.2
32+
rev: v0.8.6
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.17.0
4040
hooks:
4141
- id: eslint
4242
additional_dependencies:
@@ -57,12 +57,12 @@ repos:
5757
args: [--fix]
5858

5959
- repo: https://github.com/asottile/pyupgrade
60-
rev: v3.19.0
60+
rev: v3.19.1
6161
hooks:
6262
- id: pyupgrade
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.13.0
65+
rev: v1.14.1
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)