Skip to content

Commit 1f1b53f

Browse files
pre-commit-ci[bot]Qalthos
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](koalaman/shellcheck-precommit@v0.10.0...v0.11.0) - [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)
1 parent 3407882 commit 1f1b53f

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
@@ -43,7 +43,7 @@ repos:
4343
)$
4444
4545
- repo: https://github.com/koalaman/shellcheck-precommit
46-
rev: v0.10.0
46+
rev: v0.11.0
4747
hooks:
4848
- id: shellcheck
4949

@@ -63,12 +63,12 @@ repos:
6363
- id: toml-sort-fix
6464

6565
- repo: https://github.com/tox-dev/tox-ini-fmt
66-
rev: 1.5.0
66+
rev: 1.6.0
6767
hooks:
6868
- id: tox-ini-fmt
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.12.2
71+
rev: v0.12.7
7272
hooks:
7373
- id: ruff
7474
args:
@@ -79,7 +79,7 @@ repos:
7979
types_or: [python, pyi]
8080

8181
- repo: https://github.com/streetsidesoftware/cspell-cli
82-
rev: v9.0.1
82+
rev: v9.2.0
8383
hooks:
8484
- id: cspell
8585
name: Spell check with cspell
@@ -109,7 +109,7 @@ repos:
109109
- pyyaml
110110

111111
- repo: https://github.com/pre-commit/mirrors-mypy.git
112-
rev: v1.16.1
112+
rev: v1.17.1
113113
hooks:
114114
- id: mypy
115115
additional_dependencies:

0 commit comments

Comments
 (0)