Skip to content

Commit

Permalink
chore: drop flake8 added deps from pre-commit
Browse files Browse the repository at this point in the history
Going to rely on actual isort and bandit instead of these plugins,
as they can't seem to keep up with flake8 itself.
Plus, these plugins just help with including isort and bandit checks
within flake8 reporting;
the real tools are better at doing that themselves.
  • Loading branch information
GriceTurrble committed Aug 4, 2022
1 parent 2786fbc commit 47c0f85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ repos:
rev: "5.0.4"
hooks:
- id: flake8
additional_dependencies:
- flake8-bandit~=3.0.0
- flake8-isort~=4.1.1
- repo: https://github.com/PyCQA/bandit/
rev: "1.7.4"
hooks:
Expand Down

0 comments on commit 47c0f85

Please sign in to comment.