Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-06-19 02:34:56 +00:00 committed by GitHub
parent 95353f07a9
commit 3b9335ea4b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ repos:
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py311-plus]

View File

@ -31,7 +31,7 @@ repos:
args: ['--target-version', '4.1']
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py311-plus]