Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#55)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/bandit.git: 1.7.8 → 1.7.9](https://github.com/PyCQA/bandit.git/compare/1.7.8...1.7.9)
- [github.com/pycqa/flake8.git: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8.git/compare/7.0.0...7.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 6e3a5c7 commit 75a4808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/bandit.git
rev: "1.7.8"
rev: "1.7.9"
hooks:
- id: bandit
args: [-q, -c, pyproject.toml]
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pycqa/flake8.git
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 75a4808

Please sign in to comment.