Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.16.0](streetsidesoftware/cspell-cli@v8.13.3...v8.16.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.3...v0.8.1)
- [github.com/pycqa/pylint: v3.2.7 → v3.3.2](pylint-dev/pylint@v3.2.7...v3.3.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent a02bac4 commit 8f6a9e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude: >
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -31,20 +31,20 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.3
rev: v8.16.0
hooks:
- id: cspell
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -70,7 +70,7 @@ repos:
- xxhash

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.3"
rev: "v0.8.1"
hooks:
- id: ruff
args: [
Expand All @@ -87,7 +87,7 @@ repos:
]

- repo: https://github.com/pycqa/pylint
rev: v3.2.7
rev: v3.3.2
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 8f6a9e2

Please sign in to comment.