We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdb0be commit 8ef6d23Copy full SHA for 8ef6d23
azure-pipelines.yml
@@ -23,5 +23,6 @@ steps:
23
24
- script: |
25
source activate adaptive
26
- black . --check -t py36
27
- displayName: 'Run lint tests'
+ pre-commit install
+ pre-commit run --all-files
28
+ displayName: 'Run pre-commit'
0 commit comments