mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
chore(pre-commit): update pre-commit hooks
This commit is contained in:
parent
5def9731a0
commit
a39cf70ee7
1 changed files with 3 additions and 1 deletions
|
|
@ -17,15 +17,17 @@ repos:
|
|||
- id: check-yaml
|
||||
- id: check-toml
|
||||
- id: check-ast
|
||||
fail_fast: true
|
||||
- id: check-added-large-files
|
||||
- id: check-merge-conflict
|
||||
fail_fast: true
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- id: detect-private-key
|
||||
- id: debug-statements
|
||||
- id: double-quote-string-fixer
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.7
|
||||
rev: v0.10.0
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue