Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.8...v0.5.0)
- [github.com/RobertCraigie/pyright-python: v1.1.366 → v1.1.369](RobertCraigie/pyright-python@v1.1.366...v1.1.369)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 994b559 commit bea257a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ repos:
- id: pretty-format-toml
args: [--autofix, --trailing-commas]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.366
rev: v1.1.369
hooks:
- id: pyright
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit bea257a

Please sign in to comment.