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/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.267...v0.0.275)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0)
- [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.0](adamchainz/django-upgrade@1.13.0...1.14.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 27, 2023
1 parent 77613fc commit 1a5fbb2
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,7 +26,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.267'
rev: 'v0.0.275'
hooks:
- id: ruff
- repo: https://github.com/econchick/interrogate
Expand All @@ -37,13 +37,13 @@ repos:
- "-cpyproject.toml"
- "--quiet"
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.7.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.13.0"
rev: "1.14.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand Down

0 comments on commit 1a5fbb2

Please sign in to comment.