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: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2)
- [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](rhysd/actionlint@v1.7.5...v1.7.6)
- [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored and jshwi committed Jan 14, 2025
1 parent 6c85616 commit e43cfd3
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 @@ -184,7 +184,7 @@ repos:
hooks:
- id: conform
- repo: https://github.com/PyCQA/bandit
rev: "1.8.0"
rev: "1.8.2"
hooks:
- id: bandit
args:
Expand Down Expand Up @@ -235,15 +235,15 @@ repos:
hooks:
- id: rm-unneeded-f-str
- repo: https://github.com/rhysd/actionlint
rev: "v1.7.5"
rev: "v1.7.6"
hooks:
- id: actionlint
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.0.3"
hooks:
- id: editorconfig-checker
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.14.0"
rev: "v1.14.1"
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.12]

0 comments on commit e43cfd3

Please sign in to comment.