Skip to content

Commit ed37951

Browse files
committed
adjusted django-upgrade's configs
1 parent e2c1e1d commit ed37951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ repos:
33
rev: 1.22.2
44
hooks:
55
- id: django-upgrade
6-
args: [--target-version, "5.1"]
7-
6+
args: [--target-version, "5.1", "--skip", "request_headers"]
7+
88
- repo: https://github.com/psf/black
99
rev: 24.10.0
1010
hooks:

0 commit comments

Comments
 (0)