Skip to content

Commit 54aee81

Browse files
chore: pre-commit autoupdate (#352)
updates: - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.2...v0.12.7) - [github.com/streetsidesoftware/cspell-cli: v9.0.1 → v9.2.0](streetsidesoftware/cspell-cli@v9.0.1...v9.2.0) - [github.com/pre-commit/mirrors-mypy.git: v1.16.1 → v1.17.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.1...v1.17.1) - [github.com/jazzband/pip-tools: 7.4.1 → v7.5.0](jazzband/pip-tools@7.4.1...v7.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bradley A. Thornton <[email protected]>
1 parent ad94eca commit 54aee81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ repos:
4848
alias: toml
4949

5050
- repo: https://github.com/tox-dev/tox-ini-fmt
51-
rev: 1.5.0
51+
rev: 1.6.0
5252
hooks:
5353
- id: tox-ini-fmt
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.12.2
56+
rev: v0.12.7
5757
hooks:
5858
- id: ruff
5959
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
6060
types_or: [python, pyi]
6161

6262
- repo: https://github.com/streetsidesoftware/cspell-cli
63-
rev: v9.0.1
63+
rev: v9.2.0
6464
hooks:
6565
- id: cspell
6666
name: Spell check with cspell
@@ -88,7 +88,7 @@ repos:
8888
- tox
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy.git
91-
rev: v1.16.1
91+
rev: v1.17.1
9292
hooks:
9393
- id: mypy
9494
additional_dependencies:
@@ -102,7 +102,7 @@ repos:
102102
args: [--strict]
103103

104104
- repo: https://github.com/jazzband/pip-tools
105-
rev: 7.4.1
105+
rev: v7.5.0
106106
hooks:
107107
- id: pip-compile
108108
name: deps

0 commit comments

Comments
 (0)