Skip to content

Commit cabadea

Browse files
committed
Fix precommit config
1 parent c8562f0 commit cabadea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ repos:
66
# - id: pyupgrade
77
# args: ["--py37-plus"]
88
#
9-
# FIXME: Should be enabled for codebases that are minimum django 2.2+
10-
# - repo: https://github.com/adamchainz/django-upgrade
11-
# rev: '1.4.0'
12-
# hooks:
13-
# - id: django-upgrade
14-
# args: [--target-version, "2.2"]
9+
- repo: https://github.com/adamchainz/django-upgrade
10+
rev: '1.4.0'
11+
hooks:
12+
- id: django-upgrade
13+
args: [--target-version, "2.2"]
1514

1615
- repo: https://github.com/PyCQA/flake8
1716
rev: 4.0.1

0 commit comments

Comments
 (0)