Skip to content

Commit c190365

Browse files
chore: pre-commit autoupdate (#178)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae4f07c commit c190365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
- prettier-plugin-toml
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v8.15.2
29+
rev: v8.16.0
3030
hooks:
3131
- id: cspell
3232
# entry: codespell --relative
3333
args: [--relative, --no-progress, --no-summary]
3434
name: Spell check with cspell
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.29.4
36+
rev: 0.30.0
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -90,7 +90,7 @@ repos:
9090
args: []
9191
additional_dependencies: ["mkdocs-macros-plugin"]
9292
- repo: https://github.com/pycqa/pylint
93-
rev: v3.3.1
93+
rev: v3.3.2
9494
hooks:
9595
- id: pylint
9696
args:

0 commit comments

Comments
 (0)