Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.290...v0.0.291)
- [github.com/asottile/pyupgrade: v3.11.0 → v3.13.0](asottile/pyupgrade@v3.11.0...v3.13.0)
- [github.com/adamchainz/django-upgrade: 1.14.1 → 1.15.0](adamchainz/django-upgrade@1.14.1...1.15.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2023
1 parent d07fecf commit 601157e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.290'
rev: 'v0.0.291'
hooks:
- id: ruff
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.13.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.14.1"
rev: "1.15.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand Down

0 comments on commit 601157e

Please sign in to comment.