Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#18)
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.5 →
v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7)
- [github.com/rhysd/actionlint: v1.7.1 →
v1.7.2](rhysd/actionlint@v1.7.1...v1.7.2)
- [github.com/tox-dev/pyproject-fmt: 2.2.3 →
2.2.4](tox-dev/pyproject-fmt@2.2.3...2.2.4)
- [github.com/RobertCraigie/pyright-python: v1.1.380 →
v1.1.381](RobertCraigie/pyright-python@v1.1.380...v1.1.381)
<!--pre-commit.ci end-->
  • Loading branch information
bryant-finney authored Sep 26, 2024
2 parents f6e5a4d + 03c6358 commit 4b0f54c
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 @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand Down Expand Up @@ -83,18 +83,18 @@ repos:
- --write

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.2
hooks:
- id: actionlint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.3"
rev: "2.2.4"
hooks:
- id: pyproject-fmt
files: '.*\.toml$'

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.380
rev: v1.1.381
hooks:
- id: pyright
additional_dependencies:
Expand Down

0 comments on commit 4b0f54c

Please sign in to comment.