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 33 rev : 20.8b1
44 hooks :
55 - id : black
6+ exclude : ^(oauth2_provider/migrations/|tests/migrations/)
67 - repo : https://github.com/pre-commit/pre-commit-hooks
78 rev : v3.2.0
89 hooks :
1819 rev : 5.6.3
1920 hooks :
2021 - id : isort
22+ exclude : ^(oauth2_provider/migrations/|tests/migrations/)
2123 - repo : https://gitlab.com/pycqa/flake8
2224 rev : 3.8.4
2325 hooks :
2426 - 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
9090force_grid_wrap = 0
9191use_parentheses = True
9292ensure_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