Skip to content

Commit

Permalink
Merge pull request #212 from yehoshuadimarsky/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
yehoshuadimarsky authored Nov 12, 2024
2 parents 40c763f + 7ff79a5 commit d09c72e
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 @@ -5,15 +5,15 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.9'
rev: 'v0.7.3'
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-setuptools]
Expand All @@ -38,6 +38,6 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/zricethezav/gitleaks
rev: v8.20.1
rev: v8.21.2
hooks:
- id: gitleaks

0 comments on commit d09c72e

Please sign in to comment.