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.6.9 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.9...v0.7.1)
- [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](abravalheri/validate-pyproject@v0.20.2...v0.22)
- [github.com/crate-ci/typos: v1.26.0 → v1.26.8](crate-ci/typos@v1.26.0...v1.26.8)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 995cbd8 commit cb2f282
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 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -11,7 +11,7 @@ repos:
- id: ruff-format

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.20.2
rev: v0.22
hooks:
- id: validate-pyproject

Expand All @@ -36,7 +36,7 @@ repos:
# ]

- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: v1.26.8
hooks:
- id: typos

Expand Down

0 comments on commit cb2f282

Please sign in to comment.