Skip to content

Commit c78396b

Browse files
chore: pre-commit autoupdate (#41)
updates: - [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.13.3](streetsidesoftware/cspell-cli@v8.13.1...v8.13.3) - [github.com/sirosen/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) - [github.com/pycqa/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 60f0e3d commit c78396b

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
@@ -16,14 +16,14 @@ repos:
1616
- prettier
1717
- prettier-plugin-toml
1818
- repo: https://github.com/streetsidesoftware/cspell-cli
19-
rev: v8.13.1
19+
rev: v8.13.3
2020
hooks:
2121
- id: cspell
2222
# entry: codespell --relative
2323
args: [--relative, --no-progress, --no-summary]
2424
name: Spell check with cspell
2525
- repo: https://github.com/sirosen/check-jsonschema
26-
rev: 0.29.1
26+
rev: 0.29.2
2727
hooks:
2828
- id: check-github-workflows
2929
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -36,7 +36,7 @@ repos:
3636
- id: check-executables-have-shebangs
3737
- id: check-merge-conflict
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.5.6"
39+
rev: "v0.6.3"
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
@@ -48,7 +48,7 @@ repos:
4848
- id: black
4949
language_version: python3
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.11.1
51+
rev: v1.11.2
5252
hooks:
5353
- id: mypy
5454
# empty args needed in order to match mypy cli behavior
@@ -57,7 +57,7 @@ repos:
5757
- actions-toolkit
5858
- pytest
5959
- repo: https://github.com/pycqa/pylint
60-
rev: v3.2.6
60+
rev: v3.2.7
6161
hooks:
6262
- id: pylint
6363
args:

0 commit comments

Comments
 (0)