chore: update pre-commit

main
Bingsu 2023-05-10 20:23:39 +09:00
parent b41aaa3284
commit 3470a136ea
1 changed files with 8 additions and 8 deletions

View File

@ -7,19 +7,19 @@ repos:
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.265"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.260"
hooks:
- id: ruff
args: [--fix]