Skip to content

Commit 88c7823

Browse files
author
Vineel Haas
committed
Bump pre-commit hooks to latest versions
- pre-commit-hooks: v5.0.0 → v6.0.0 - ruff-pre-commit: v0.11.13 → v0.12.9 - mirrors-mypy: v1.16.0 → v1.17.1 - markdownlint-cli: v0.43.0 → v0.45.0 - flynt: 1.0.1 → 1.0.6 - codespell: v2.3.0 → v2.4.1
1 parent b7391c3 commit 88c7823

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ repos:
2727
- id: check-yaml
2828
- id: check-ast
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.11.13
30+
rev: v0.12.9
3131
hooks:
3232
- id: ruff
3333
args: [ --fix, --exit-non-zero-on-fix ]
3434
- id: ruff-format
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.16.0
36+
rev: v1.17.1
3737
hooks:
3838
- id: mypy
3939
args:
4040
[--install-types, --non-interactive, --config=pyproject.toml]
4141
- repo: https://github.com/igorshubovych/markdownlint-cli
42-
rev: v0.43.0
42+
rev: v0.45.0
4343
hooks:
4444
- id: markdownlint
4545
args: ["--fix"]
@@ -54,15 +54,15 @@ repos:
5454
additional_dependencies:
5555
- tomli==2.0.1
5656
- repo: https://github.com/ikamensh/flynt
57-
rev: 1.0.1
57+
rev: 1.0.6
5858
hooks:
5959
- id: flynt
6060
args:
6161
# --line-length is set to a high value to deal with very long lines
6262
- --line-length
6363
- '99999'
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.3.0
65+
rev: v2.4.1
6666
hooks:
6767
- id: codespell
6868
ci:

0 commit comments

Comments
 (0)