Skip to content

Commit

Permalink
pre-commit.ci autoupdate (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2024
1 parent 8471fe9 commit e553379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: check-merge-conflict
types: [python]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff-format
args: [--target-version, py312] # 3.12
Expand All @@ -57,7 +57,7 @@ repos:
- id: pyupgrade
args: [--py312-plus] # 3.12
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.22.1
rev: 1.22.2
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand Down

0 comments on commit e553379

Please sign in to comment.