Removing flake8-no-print plugin, due to dependency conflict

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
Jiri Podivin 2024-08-14 14:14:02 +02:00
parent 98a532d474
commit 81fca39112
2 changed files with 0 additions and 3 deletions

View file

@ -19,5 +19,3 @@ jobs:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
plugins: "flake8-no-print"

View file

@ -13,4 +13,3 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-no-print]