mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-24 08:34:37 -04:00
ci: pre-commit autoupdate [pre-commit.ci] (#1070)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.0.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
65ff813495
commit
4bbf9c0b91
@@ -8,7 +8,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.6.1"
|
||||
rev: "v0.6.2"
|
||||
hooks:
|
||||
- id: ruff
|
||||
alias: r
|
||||
@@ -20,13 +20,13 @@ repos:
|
||||
verbose: true
|
||||
types_or: [python, pyi, jupyter]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.11.1"
|
||||
rev: "v1.11.2"
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--strict]
|
||||
additional_dependencies: [pydantic]
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.3"
|
||||
rev: "3.0.3"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user