Skip to content

Commit e6cd604

Browse files
committed
add isort to linting CI in azure pipelines
1 parent 6f96864 commit e6cd604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- bash: |
4040
black --check --diff .
4141
displayName: Run black
42+
- bash: |
43+
black --check --diff .
44+
displayName: Run black
4245
- bash: |
4346
./build_tools/circle/linting.sh
4447
displayName: Run linting

0 commit comments

Comments
 (0)