Skip to content

Commit

Permalink
remove pre-commit from azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Mar 5, 2021
1 parent e29ee24 commit 0932049
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ pr:
- "*"

jobs:
- job: pre_commit
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
- script: pip install tox
displayName: Install tox
- script: tox -e pre-commit
displayName: Lining tests

- job: authors_check
steps:
- script: |
Expand Down

0 comments on commit 0932049

Please sign in to comment.