Skip to content

Commit ebc8278

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.6](astral-sh/ruff-pre-commit@v0.12.12...v0.14.6) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.5.0](editorconfig-checker/editorconfig-checker.python@3.4.0...3.5.0)
1 parent 5725415 commit ebc8278

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
@@ -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.12.12"
10+
rev: "v0.14.6"
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.17.1"
22+
rev: "v1.18.2"
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.4.0"
29+
rev: "3.5.0"
3030
hooks:
3131
- id: editorconfig-checker
3232
verbose: true

0 commit comments

Comments
 (0)