mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-07 04:16:35 +08:00
[pre-commit.ci] pre-commit autoupdate (#942)
<!--pre-commit.ci start--> updates: - [github.com/lyz-code/yamlfix: 1.17.0 → 1.18.0](https://github.com/lyz-code/yamlfix/compare/1.17.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.10...v0.12.12) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: bobokun <12660469+bobokun@users.noreply.github.com>
This commit is contained in:
parent
85c7b8dfa4
commit
397049e46c
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ repos:
|
|||
args: [--format, parsable, --strict]
|
||||
exclude: ^.github/
|
||||
- repo: https://github.com/lyz-code/yamlfix
|
||||
rev: 1.17.0
|
||||
rev: 1.18.0
|
||||
hooks:
|
||||
- id: yamlfix
|
||||
exclude: ^.github/
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
# Ruff version.
|
||||
rev: v0.12.11
|
||||
rev: v0.12.12
|
||||
hooks:
|
||||
# Run the linter.
|
||||
- id: ruff-check
|
||||
|
|
Loading…
Add table
Reference in a new issue