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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.2...v0.6.9)
- [github.com/RobertCraigie/pyright-python: v1.1.377 → v1.1.383](RobertCraigie/pyright-python@v1.1.377...v1.1.383)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent e4f8c85 commit c6d07fa
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
@@ -1,7 +1,7 @@
repos:
# Workaround for https://github.com/adamchainz/pre-commit-dprint/issues/4
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand Down 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.6.2" # Must match requirements-dev.txt
rev: "v0.6.9" # 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.377" # Must match requirements-dev.txt
rev: "v1.1.383" # Must match requirements-dev.txt
hooks:
- id: pyright
args: [--threads]
Expand Down

0 comments on commit c6d07fa

Please sign in to comment.