chore: update pre-commit

This commit is contained in:
Bingsu
2023-05-16 15:42:20 +09:00
parent 44a4cbf404
commit f0ad1473e3
2 changed files with 2 additions and 3 deletions

View File

@@ -10,10 +10,9 @@ repos:
rev: 5.12.0
hooks:
- id: isort
args: [--profile=black]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.265"
rev: "v0.0.267"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]