Skip to content

Commit

Permalink
pre-commit.ci autoupdate (#174)
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 Nov 5, 2024
1 parent bb90d16 commit 9f8b421
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 @@ -42,7 +42,7 @@ repos:
- id: check-merge-conflict
types: [python]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.2
hooks:
- id: ruff-format
args: [--target-version, py312] # 3.12
Expand All @@ -52,12 +52,12 @@ repos:
# - id: refurb
# args: [--python-version, "3.12", --sort, error] #, --format, gitub
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py312-plus] # 3.12
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.21.0
rev: 1.22.1
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand Down

0 comments on commit 9f8b421

Please sign in to comment.