Skip to content

Commit 2bfbb15

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.12](astral-sh/ruff-pre-commit@v0.11.13...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.4.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.4.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 45f3d2a commit 2bfbb15

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
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3.11 # NOTE: sync with .python-version-default
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.11.13"
10+
rev: "v0.12.12"
1111
hooks:
1212
- id: ruff
1313
alias: r
@@ -19,14 +19,14 @@ repos:
1919
verbose: true
2020
types_or: [python, pyi, jupyter]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v1.16.0"
22+
rev: "v1.17.1"
2323
hooks:
2424
- id: mypy
2525
args: [--strict, --ignore-missing-imports]
2626
additional_dependencies:
2727
[pydantic, types-pyyaml, types-tabulate, types-psutil, typer]
2828
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
29-
rev: "3.2.1"
29+
rev: "3.4.0"
3030
hooks:
3131
- id: editorconfig-checker
3232
verbose: true
@@ -37,7 +37,7 @@ repos:
3737
- id: check-hooks-apply
3838
- id: check-useless-excludes
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v5.0.0
40+
rev: v6.0.0
4141
hooks:
4242
- id: trailing-whitespace
4343
verbose: true

0 commit comments

Comments
 (0)