Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-09-22 02:23:42 +00:00 committed by GitHub
parent 38d509c712
commit c67b79c6a6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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