Skip to content

Commit

Permalink
Merge pull request #71 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 Oct 23, 2023
2 parents 82c9818 + cb014b7 commit 5c252fc
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: 3.10.1
rev: 3.12.0
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]

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

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black

Expand All @@ -66,7 +66,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
rev: v1.10.3
hooks:
- id: prospector
additional_dependencies: ["dateparser"]
Expand Down

0 comments on commit 5c252fc

Please sign in to comment.