File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
rev : 20.8b1
4
4
hooks :
5
5
- id : black
6
+ exclude : ^(oauth2_provider/migrations/|tests/migrations/)
6
7
- repo : https://github.com/pre-commit/pre-commit-hooks
7
8
rev : v3.2.0
8
9
hooks :
18
19
rev : 5.6.3
19
20
hooks :
20
21
- id : isort
22
+ exclude : ^(oauth2_provider/migrations/|tests/migrations/)
21
23
- repo : https://gitlab.com/pycqa/flake8
22
24
rev : 3.8.4
23
25
hooks :
24
26
- id : flake8
27
+ exclude : ^(oauth2_provider/migrations/|tests/migrations/)
Original file line number Diff line number Diff line change @@ -90,4 +90,4 @@ include_trailing_comma = True
90
90
force_grid_wrap = 0
91
91
use_parentheses = True
92
92
ensure_newline_before_comments = True
93
- skip = oauth2_provider/migrations/, .tox/
93
+ skip = oauth2_provider/migrations/, .tox/, tests/migrations/
You can’t perform that action at this time.
0 commit comments