Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate (#666)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: typos-v0.10.26 → v1.23.6](crate-ci/typos@typos-v0.10.26...v1.23.6)
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.4...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and tlambert03 authored Aug 6, 2024
1 parent 2cf83ed commit d4dfb23
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 @@ -10,18 +10,18 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: typos-v0.10.26
rev: v1.23.6
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.6
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
files: "^src/"
Expand Down

0 comments on commit d4dfb23

Please sign in to comment.