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.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6)
- [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.391](RobertCraigie/pyright-python@v1.1.389...v1.1.391)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent c40f64a commit 2a7b0c2
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 @@ -30,7 +30,7 @@ repos:
additional_dependencies: ["dprint@~0.46.0"]
pass_filenames: false # https://github.com/adamchainz/pre-commit-dprint/issues/3#issuecomment-1483410008
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.1" # Must match requirements-dev.txt
rev: "v0.8.6" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/RobertCraigie/pyright-python
rev: "v1.1.389" # Must match requirements-dev.txt
rev: "v1.1.391" # Must match requirements-dev.txt
hooks:
- id: pyright
args: [--threads]
Expand Down

0 comments on commit 2a7b0c2

Please sign in to comment.