chore(pre-commit): update pre-commit hooks

This commit is contained in:
Xuehai Pan 2023-05-07 14:12:11 +00:00
parent f0b055bfcf
commit 266edcb3be
2 changed files with 5 additions and 4 deletions

View file

@ -25,7 +25,7 @@ repos:
- id: debug-statements
- id: double-quote-string-fixer
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.263
rev: v0.0.265
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -38,7 +38,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py37-plus] # sync with requires-python