kopia lustrzana https://github.com/wagtail/wagtail
Disable isort
Keeping isort happy while renaming lots of modules in parallel will create a lot of merge conflicts which take time to resolve. We will re enable after all the modules have been renamed.pull/4068/head
rodzic
4300e19da2
commit
11b822d2dc
|
@ -9,7 +9,7 @@ dependencies:
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- flake8 wagtail
|
- flake8 wagtail
|
||||||
- isort --check-only --diff --recursive wagtail
|
# - isort --check-only --diff --recursive wagtail
|
||||||
- npm run lint:js
|
- npm run lint:js
|
||||||
- npm run lint:css
|
- npm run lint:css
|
||||||
- python -u runtests.py
|
- python -u runtests.py
|
||||||
|
|
Ładowanie…
Reference in New Issue