Skip to content

Commit

Permalink
Update pre-commit hooks, no changes to codebase needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Nov 11, 2024
1 parent 48feb06 commit e33ef38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -17,20 +17,20 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args:
- --py310-plus
- --keep-runtime-typing
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.20.0"
rev: "1.22.1"
hooks:
- id: django-upgrade
args:
- --target-version=4.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.7.2
hooks:
- id: ruff
args:
Expand All @@ -39,6 +39,6 @@ repos:
- --config=pyproject.toml
- --exit-non-zero-on-fix
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black

0 comments on commit e33ef38

Please sign in to comment.