Skip to content

Commit

Permalink
Don't run pre-commit on Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 10, 2021
1 parent 050c8fc commit 3272aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pool:
vmImage: ubuntu-20.04
variables:
TOXENV: docs,checkreadme,pre-commit,rever
TOXENV: docs,checkreadme,rever
steps:
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit 3272aa9

Please sign in to comment.