Skip to content

Commit c90ae81

Browse files
committed
Added esupgrade pre-commit hook
1 parent 38220f2 commit c90ae81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ repos:
4040
- id: django-upgrade
4141
args: [--target-version, "6.0"]
4242

43+
- repo: https://github.com/codingjoe/esupgrade
44+
rev: 2025.3.4
45+
hooks:
46+
- id: esupgrade
47+
exclude: '(^djangoproject\/static\/js\/lib\/.*$)'
48+
4349
- repo: https://github.com/psf/black-pre-commit-mirror
4450
rev: 25.12.0
4551
hooks:

0 commit comments

Comments
 (0)