File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ # Need to drop python 3.5 and 3.6 before we include python upgrade
3
+ # - repo: https://github.com/asottile/pyupgrade
4
+ # rev: v2.31.0
5
+ # hooks:
6
+ # - id: pyupgrade
7
+ # 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, "2.2"]
14
+
15
+ - repo : https://github.com/PyCQA/flake8
16
+ rev : 4.0.1
17
+ hooks :
18
+ - id : flake8
19
+
20
+ - repo : https://github.com/asottile/yesqa
21
+ rev : v1.3.0
22
+ hooks :
23
+ - id : yesqa
24
+
25
+ - repo : https://github.com/pre-commit/pre-commit-hooks
26
+ rev : v4.1.0
27
+ hooks :
28
+ - id : check-merge-conflict
29
+ - id : mixed-line-ending
30
+
31
+ - repo : https://github.com/pycqa/isort
32
+ rev : 5.10.1
33
+ hooks :
34
+ - id : isort
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
5
5
Unreleased
6
6
==========
7
+ * port-feat: pre-commit config added from the v3 worksream
7
8
* fix: Added test coverage to admin preview view
8
9
9
10
4.0.0.dev4 (2022-02-03)
You can’t perform that action at this time.
0 commit comments