Skip to content

Commit 0932049

Browse files
committed
remove pre-commit from azure-pipelines.yml
1 parent e29ee24 commit 0932049

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ pr:
66
- "*"
77

88
jobs:
9-
- job: pre_commit
10-
steps:
11-
- task: UsePythonVersion@0
12-
inputs:
13-
versionSpec: '3.7'
14-
- script: pip install tox
15-
displayName: Install tox
16-
- script: tox -e pre-commit
17-
displayName: Lining tests
18-
199
- job: authors_check
2010
steps:
2111
- script: |

0 commit comments

Comments
 (0)