Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#14)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 →
v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5)
- [github.com/RobertCraigie/pyright-python: v1.1.379 →
v1.1.380](RobertCraigie/pyright-python@v1.1.379...v1.1.380)
- [github.com/crate-ci/typos: v1.24.5 →
v1.24.6](crate-ci/typos@v1.24.5...v1.24.6)
<!--pre-commit.ci end-->
  • Loading branch information
bryant-finney authored Sep 23, 2024
2 parents 9f6138d + 369e91e commit e9d231c
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 @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.379
rev: v1.1.380
hooks:
- id: pyright
additional_dependencies:
Expand Down Expand Up @@ -127,7 +127,7 @@ repos:
- MD013

- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.24.6
hooks:
- id: typos

Expand Down

0 comments on commit e9d231c

Please sign in to comment.