fix: correct typo in scrollbar widget name (#14)

This commit is contained in:
deadnews
2026-01-21 06:21:36 +07:00
committed by GitHub
parent 07e8704d38
commit 8275a292a0
4 changed files with 20 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@@ -16,7 +16,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.0
hooks:
- id: prettier
- repo: https://github.com/crate-ci/typos
rev: v1.42.0
hooks:
- id: typos