Skip to content

Commit

Permalink
Update and rename pythonapp.yml to python_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyWiggins authored Dec 12, 2024
1 parent 08a1ccb commit 9341ea0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# ignore a few flake8 issues that we're choosing to live with for now, eg complexity, star imports
flake8 . --ignore C901,F405,W503,W504,W293,F403 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --statistics
- name: typecheck with mypy
run: |
mypy --exclude app/tests --no-namespace-packages .
Expand Down

0 comments on commit 9341ea0

Please sign in to comment.