Include flake8-print plugin

This alerts us of stray print statements, which should never occur
because this is a non-TUI application.
This commit is contained in:
Jonas Schäfer
2022-01-15 17:06:20 +01:00
parent aed9ad1cde
commit d5a46b69a6
3 changed files with 1 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Install
run: |
set -euo pipefail
pip install flake8
pip install flake8 flake8-print
- name: Linting
run: |
python -m flake8 snikket_web