Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/streetsidesoftware/cspell-cli: v8.8.0 → v8.8.2](streetsidesoftware/cspell-cli@v8.8.0...v8.8.2)
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7)
- [github.com/pycqa/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 8a6dc34 commit fb864e3
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 @@ -36,7 +36,7 @@ repos:
- prettier-plugin-toml
- prettier-plugin-sort-json
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.8.0
rev: v8.8.2
hooks:
- id: cspell
# entry: codespell --relative
Expand All @@ -61,7 +61,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.3"
rev: "v0.4.7"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -82,7 +82,7 @@ repos:
- typer-config
- types-setuptools
- repo: https://github.com/pycqa/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args:
Expand Down

0 comments on commit fb864e3

Please sign in to comment.