Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#4596)
Browse files Browse the repository at this point in the history
Co-authored-by: browniebroke <[email protected]>
  • Loading branch information
github-actions[bot] and browniebroke authored Sep 25, 2023
1 parent 2985143 commit fa8350b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fa8350b

Please sign in to comment.