diff options
| author | 2020-03-12 22:25:41 +0530 | |
|---|---|---|
| committer | 2020-03-12 22:25:41 +0530 | |
| commit | 9bc6744f39cddf90df6a21e110a44359c8cd502b (patch) | |
| tree | cf5b898df914288f154193661a80ffddd538bdd9 /azure-pipelines.yml | |
| parent | remove repetitive file search (diff) | |
| parent | Merge pull request #822 from python-discord/bug/mod/792/null-attachments (diff) | |
Merge branch 'master' into tags_overhaul
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 280f11a36..16d1b7a2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ jobs: pre-commit | "$(PythonVersion.pythonLocation)" path: $(PRE_COMMIT_HOME) - - script: pre-commit run --all-files --show-diff-on-failure + - script: pre-commit run --all-files displayName: 'Run pre-commit hooks' - script: BOT_API_KEY=foo BOT_SENTRY_DSN=blah BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner |