Skip to content

Commit

Permalink
build: bump pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Feb 7, 2025
1 parent bce269f commit 0b8b961
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 @@ -29,19 +29,19 @@ repos:
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [orjson]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.5
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.1
rev: v4.2.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down

0 comments on commit 0b8b961

Please sign in to comment.