Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-09-25 02:23:42 +00:00 committed by GitHub
parent 298514367c
commit 73fa38bbce
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -25,13 +25,13 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.14.1'
rev: '1.15.0'
hooks:
- id: django-upgrade
args: ['--target-version', '4.2']
- repo: https://github.com/asottile/pyupgrade
rev: v3.12.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: [--py311-plus]