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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.8.2](astral-sh/ruff-pre-commit@v0.0.292...v0.8.2)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0)
- [github.com/adamchainz/django-upgrade: 1.15.0 → 1.22.2](adamchainz/django-upgrade@1.15.0...1.22.2)
- [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 578a813 commit 942b9dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -15,28 +15,28 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.292'
rev: 'v0.8.2'
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.14.0
hooks:
- id: reorder-python-imports
args:
- --py310-plus
- --application-directories=.:src
exclude: migrations/
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.0
hooks:
- id: pyupgrade
args:
- --py310-plus
exclude: migrations/
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.15.0
rev: 1.22.2
hooks:
- id: django-upgrade
args:
Expand All @@ -50,6 +50,6 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black

0 comments on commit 942b9dd

Please sign in to comment.