Skip to content

Commit 1d4a348

Browse files
chore: pre-commit autoupdate (#17)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.30.0](python-jsonschema/check-jsonschema@0.29.2...0.30.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.3...v0.8.6) - [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.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/pycqa/pylint: v3.2.7 → v3.3.3](pylint-dev/pylint@v3.2.7...v3.3.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
1 parent 9724374 commit 1d4a348

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
- prettier-plugin-toml
2323
- prettier-plugin-sort-json
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.29.2
25+
rev: 0.30.0
2626
hooks:
2727
- id: check-github-workflows
2828
- repo: https://github.com/pre-commit/pre-commit-hooks.git
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: end-of-file-fixer
3232
- id: trailing-whitespace
@@ -50,23 +50,23 @@ repos:
5050
types: [file, yaml]
5151
entry: yamllint --strict
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.6.3"
53+
rev: "v0.8.6"
5454
hooks:
5555
- id: ruff
5656
args: [--fix, --exit-non-zero-on-fix]
5757
- repo: https://github.com/psf/black
58-
rev: 24.8.0
58+
rev: 24.10.0
5959
hooks:
6060
- id: black
6161
language_version: python3
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.11.2
63+
rev: v1.14.1
6464
hooks:
6565
- id: mypy
6666
# empty args needed in order to match mypy cli behavior
6767
args: [--strict]
6868
- repo: https://github.com/pycqa/pylint
69-
rev: v3.2.7
69+
rev: v3.3.3
7070
hooks:
7171
- id: pylint
7272
args:

0 commit comments

Comments
 (0)