chore: v24.1.2

This commit is contained in:
Dowon
2024-01-23 22:18:10 +09:00
parent fb0f5f1a93
commit 492963aa93
3 changed files with 9 additions and 2 deletions

View File

@@ -2,13 +2,14 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-ast
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
rev: v0.1.14
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]