Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-randers committed Oct 22, 2024
1 parent e33ff64 commit 1a83f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Check for syntax errors or undefined names
run: |
flake8 python/src tests --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 python tests --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Lint with flake8
run: |
flake8 --ignore=E501,W293 python/src tests --show-source
flake8 --ignore=E501,W293 python tests --show-source
1 change: 0 additions & 1 deletion python/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ def set_ready():

if __name__ == '__main__': # pragma: no cover
app.run(debug=DEBUG, host='0.0.0.0', port=PORT)

0 comments on commit 1a83f71

Please sign in to comment.