Skip to content

Commit

Permalink
chg: Updated pre-commit configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jun 23, 2024
1 parent 9e172ac commit 4d9d482
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.13.0
hooks:
- id: django-upgrade
args: [--target-version, '4.2']
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
Expand Down Expand Up @@ -38,6 +33,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pypa/pip-audit
rev: v2.6.1
rev: v2.7.3
hooks:
- id: pip-audit

0 comments on commit 4d9d482

Please sign in to comment.