Skip to content

Commit

Permalink
further polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSommer committed Apr 9, 2024
1 parent 30ddffe commit fdda3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run Flake8
run: |
source .venv/bin/activate
flake8 --max-line-length=88 --ignore=E203,F722 src
flake8 --max-line-length=88 --ignore=E203,F722,W503 src
- name: Run MyPy
if: ${{ always() }}
run: |
Expand Down
1 change: 1 addition & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Init file for the src directory."""

0 comments on commit fdda3c6

Please sign in to comment.