Skip to content

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 β†’ v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7)
- [github.com/crate-ci/typos: v1.24.5 β†’ v1.24.6](crate-ci/typos@v1.24.5...v1.24.6)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.08.26 β†’ 2024.09.20](henryiii/validate-pyproject-schema-store@2024.08.26...2024.09.20)
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 0479d73 commit c6d344e
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 @@ -56,7 +56,7 @@ repos:

# Python linting and formatting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -97,7 +97,7 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.24.6
hooks:
- id: typos
exclude: legal.html
Expand Down Expand Up @@ -128,6 +128,6 @@ repos:

# Check the pyproject.toml file
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.08.26
rev: 2024.09.20
hooks:
- id: validate-pyproject

0 comments on commit c6d344e

Please sign in to comment.