Skip to content

Commit feb07f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.10](astral-sh/ruff-pre-commit@v0.14.11...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1)
1 parent 89f87e5 commit feb07f7

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
@@ -16,13 +16,13 @@ repos:
1616
- id: detect-private-key
1717

1818
- repo: https://github.com/Lucas-C/pre-commit-hooks
19-
rev: v1.5.5
19+
rev: v1.5.6
2020
hooks:
2121
- id: remove-tabs
2222
exclude: ^.*(\.(tsv)|Makefile)$
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.14.11
25+
rev: v0.15.10
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -38,7 +38,7 @@ repos:
3838
then /bin/mkdir .mypy_cache; fi; exit 0'
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: "v1.19.1"
41+
rev: "v1.20.1"
4242
hooks:
4343
- id: mypy
4444
verbose: true

0 commit comments

Comments
 (0)