mirror of
https://github.com/xming521/WeClone.git
synced 2026-08-28 18:07:28 +08:00
🎈 pre-commit autoupdate hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.15.12) - [github.com/pycqa/isort: 6.0.1 → 9.0.0a3](https://github.com/pycqa/isort/compare/6.0.1...9.0.0a3)
This commit is contained in:
committed by
GitHub
parent
2027fb32a0
commit
ed3fe9be25
@@ -27,14 +27,14 @@ repos:
|
||||
args: ["--fix=lf"]
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.12.8
|
||||
rev: v0.15.12
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
- id: ruff-format
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 6.0.1
|
||||
rev: 9.0.0a3
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ["--profile", "black", "--line-length", "120"]
|
||||
|
||||
Reference in New Issue
Block a user