Skip to content

Commit

Permalink
Merge pull request #233 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 28, 2024
2 parents 00c0c51 + 6ef8c2d commit d09dec6
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 @@ -7,18 +7,18 @@ ci:
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.1
rev: v8.21.2
hooks:
- id: gitleaks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: ["dateparser", "types-dateparser"]
Expand Down

0 comments on commit d09dec6

Please sign in to comment.