Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/bandit: 1.7.10 β†’ 1.8.0](PyCQA/bandit@1.7.10...1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 β†’ v0.8.6](astral-sh/ruff-pre-commit@v0.7.1...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent f68a48a commit caa1a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: ["--configfile", "pyproject.toml"]
additional_dependencies:
- bandit[toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.6
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand Down

0 comments on commit caa1a70

Please sign in to comment.