Skip to content

Commit

Permalink
Add linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Jul 18, 2023
1 parent 59f81e4 commit 977ee68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ steps:
pytest .
displayName: 'Run tests'

- script: |
pip install flake8
flake8 .
displayName: 'Run linting'

0 comments on commit 977ee68

Please sign in to comment.