mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-12 10:29:36 -04:00
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.16](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.15.16) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v2.1.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.6.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.4.0...3.6.1)
This commit is contained in:
committed by
GitHub
parent
ec2355ce1a
commit
c8c38c3d0e
@@ -7,7 +7,7 @@ default_language_version:
|
||||
python: python3.11 # NOTE: sync with .python-version-default
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: "v0.12.12"
|
||||
rev: "v0.15.16"
|
||||
hooks:
|
||||
- id: ruff
|
||||
alias: r
|
||||
@@ -19,14 +19,14 @@ repos:
|
||||
verbose: true
|
||||
types_or: [python, pyi, jupyter]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.17.1"
|
||||
rev: "v2.1.0"
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--strict, --ignore-missing-imports]
|
||||
additional_dependencies:
|
||||
[pydantic, types-pyyaml, types-tabulate, types-psutil, typer]
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "3.4.0"
|
||||
rev: "3.6.1"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user