Skip to content

Commit

Permalink
Removing flake8-no-print plugin, due to dependency conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Aug 14, 2024
1 parent 98a532d commit 81fca39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ jobs:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
plugins: "flake8-no-print"
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-no-print]

0 comments on commit 81fca39

Please sign in to comment.