Skip to content

Commit

Permalink
Fixed pydocstyle command.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 29, 2019
1 parent 55ff381 commit bcda303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
displayName: 'Lint'

# TODO: change match-dir when docstrings are fixed for other backends
- bash: docker-compose run ibis pydocstyle --match-dir=(ibis|omniscidb)
- bash: docker-compose run ibis pydocstyle --match-dir="(ibis|omniscidb)"
displayName: "Docstring check"

- bash: docker-compose run ibis black --check .
Expand Down

0 comments on commit bcda303

Please sign in to comment.