chore: update pre-commit

pull/231/head
Bingsu 2023-07-07 18:50:11 +09:00
parent 1aa14d84af
commit 491d28b24d
1 changed files with 1 additions and 6 deletions

View File

@ -7,13 +7,8 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.275"
rev: "v0.0.277"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]