Skip to content

Commit

Permalink
Temporarily disable Prettier on CI until issue is resolved (home-assi…
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 6, 2020
1 parent a1aebe9 commit b31284b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ stages:
. venv/bin/activate
pre-commit run pyupgrade --all-files --show-diff-on-failure
displayName: 'Run pyupgrade'
- script: |
. venv/bin/activate
pre-commit run prettier --all-files --show-diff-on-failure
displayName: 'Run prettier'
# Prettier seems to hang on Azure, unknown why yet.
# Temporarily disable the check to no block PRs
# - script: |
# . venv/bin/activate
# pre-commit run prettier --all-files --show-diff-on-failure
# displayName: 'Run prettier'
- job: 'Validate'
pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit b31284b

Please sign in to comment.