Skip to content

Commit 8ef6d23

Browse files
committed
run pre-commit in CI
1 parent 5cdb0be commit 8ef6d23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ steps:
2323

2424
- script: |
2525
source activate adaptive
26-
black . --check -t py36
27-
displayName: 'Run lint tests'
26+
pre-commit install
27+
pre-commit run --all-files
28+
displayName: 'Run pre-commit'

0 commit comments

Comments
 (0)