Skip to content

Commit c86568a

Browse files
committed
Remove precommit formatting script
1 parent 184cf78 commit c86568a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ repos:
55
# hooks:
66
# - id: pyupgrade
77
# args: ["--py37-plus"]
8-
9-
- repo: https://github.com/adamchainz/django-upgrade
10-
rev: '1.4.0'
11-
hooks:
12-
- id: django-upgrade
13-
args: [--target-version, "1.11"]
8+
#
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"]
1415

1516
- repo: https://github.com/PyCQA/flake8
1617
rev: 4.0.1

0 commit comments

Comments
 (0)