Skip to content

Commit

Permalink
Merge pull request #254 from django-cms/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci: pre-commit autoupdate
  • Loading branch information
fsbraun committed Apr 25, 2024
2 parents 98ddf37 + 05d9164 commit f09b912
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 @@ -9,13 +9,13 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py310-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.4.0'
rev: '1.16.0'
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: isort

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.6
hooks:
- id: codespell
exclude: >
Expand Down

0 comments on commit f09b912

Please sign in to comment.