Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
- [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7)
- [github.com/crate-ci/typos: v1.29.4 → dictgen-v0.3.1](crate-ci/typos@v1.29.4...dictgen-v0.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 0cea098 commit bc14cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repos:
- id: trailing-whitespace
- id: check-yaml

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.9.1'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.2'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand All @@ -35,7 +35,7 @@ repos:
args: ["--verbose"]

- repo: https://github.com/rhysd/actionlint
rev: v1.7.6
rev: v1.7.7
hooks:
- id: actionlint
args: [-ignore, SC]
Expand All @@ -46,7 +46,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: v1.29.4
rev: dictgen-v0.3.1
hooks:
- id: typos
exclude: ^\.gitignore$

0 comments on commit bc14cfe

Please sign in to comment.