Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.3...v0.4.3)
- [github.com/RobertCraigie/pyright-python: v1.1.359 → v1.1.361](RobertCraigie/pyright-python@v1.1.359...v1.1.361)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 961f19c commit f0ca0ca
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -14,12 +14,12 @@ repos:
- id: check-toml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.4.3
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.359
rev: v1.1.361
hooks:
- id: pyright

Expand Down

0 comments on commit f0ca0ca

Please sign in to comment.