chore: update pre-commit

This commit is contained in:
Bingsu
2023-05-27 18:15:41 +09:00
parent eecbaa5f7d
commit 87872f0260

View File

@@ -5,6 +5,7 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.12.0
@@ -12,7 +13,7 @@ repos:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.267"
rev: "v0.0.270"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]