Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/bandit.git: 1.7.10 → 1.8.0](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 259889e commit 83b3aa4
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.10"
rev: "1.8.0"
hooks:
- id: bandit
args: [-q, -c, pyproject.toml]
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.14.0"
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 83b3aa4

Please sign in to comment.