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

This commit is contained in:
Xuehai Pan 2023-09-09 16:39:48 +08:00
parent ed10216f6a
commit e8dd7e26e2

View file

@ -25,7 +25,7 @@ repos:
- id: debug-statements
- id: double-quote-string-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.287
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -34,7 +34,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade