Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#293)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)

* chore: bump flake8 in pre-commit to 5.0.4

* chore: drop flake8 added deps from pre-commit

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.

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Galen Rice <griceturrble@protonmail.com>
Co-authored-by: Galen Rice <galen.rice@torqata.com>
  • Loading branch information
3 people committed Aug 4, 2022
1 parent 7ffc622 commit 2ae44e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
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 2ae44e5

Please sign in to comment.