Skip to content

Commit

Permalink
ci: pre-commit auto-update
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.15.0 → v3.18.4](commitizen-tools/commitizen@v3.15.0...v3.18.4)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent ead994f commit 155240b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ci:
repos:

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
rev: v3.18.4
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: ["dateparser", "types-dateparser"]
Expand All @@ -39,12 +39,12 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit 155240b

Please sign in to comment.