Skip to content

Commit

Permalink
pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 β†’ v0.7.2](astral-sh/ruff-pre-commit@v0.7.0...v0.7.2)
- [github.com/asottile/pyupgrade: v3.17.0 β†’ v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/adamchainz/django-upgrade: 1.21.0 β†’ 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent bb90d16 commit eb8f5a1
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 eb8f5a1

Please sign in to comment.