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/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.8...v0.5.2)
- [github.com/RobertCraigie/pyright-python: v1.1.366 → v1.1.371](RobertCraigie/pyright-python@v1.1.366...v1.1.371)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent 994b559 commit eb3ad11
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 @@ -8,22 +8,22 @@ repos:
exclude: .*\.svg$
- id: trailing-whitespace
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
- id: pretty-format-toml
args: [--autofix, --trailing-commas]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.2
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.371
hooks:
- id: pyright
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit eb3ad11

Please sign in to comment.