Skip to content

Commit

Permalink
Merge pull request #100 from sandialabs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci: pre-commit auto-update
  • Loading branch information
jmgate authored Mar 18, 2024
2 parents ead994f + 155240b commit c24ab5d
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 c24ab5d

Please sign in to comment.