Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 8a6dc34

Browse files
pre-commit-ci[bot]ssbarnea
andauthoredMay 22, 2024
chore: pre-commit autoupdate (#10)
updates: - [github.com/streetsidesoftware/cspell-cli: v8.3.0 → v8.8.0](streetsidesoftware/cspell-cli@v8.3.0...v8.8.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.3](astral-sh/ruff-pre-commit@v0.2.0...v0.4.3) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0) - [github.com/pycqa/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0) - [github.com/jazzband/pip-tools: 7.3.0 → 7.4.1](jazzband/pip-tools@7.3.0...7.4.1) 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 40fae61 commit 8a6dc34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- prettier-plugin-toml
3737
- prettier-plugin-sort-json
3838
- repo: https://github.com/streetsidesoftware/cspell-cli
39-
rev: v8.3.0
39+
rev: v8.8.0
4040
hooks:
4141
- id: cspell
4242
# entry: codespell --relative
4343
args: [--relative, --no-progress, --no-summary]
4444
name: Spell check with cspell
4545
- repo: https://github.com/pre-commit/pre-commit-hooks.git
46-
rev: v4.5.0
46+
rev: v4.6.0
4747
hooks:
4848
- id: end-of-file-fixer
4949
- id: trailing-whitespace
@@ -54,24 +54,24 @@ repos:
5454
- id: debug-statements
5555
language_version: python3
5656
- repo: https://github.com/adrienverge/yamllint.git
57-
rev: v1.33.0
57+
rev: v1.35.1
5858
hooks:
5959
- id: yamllint
6060
files: \.(yaml|yml)$
6161
types: [file, yaml]
6262
entry: yamllint --strict
6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: "v0.2.0"
64+
rev: "v0.4.3"
6565
hooks:
6666
- id: ruff
6767
args: [--fix, --exit-non-zero-on-fix]
6868
- repo: https://github.com/psf/black
69-
rev: 24.1.1
69+
rev: 24.4.2
7070
hooks:
7171
- id: black
7272
language_version: python3
7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v1.8.0
74+
rev: v1.10.0
7575
hooks:
7676
- id: mypy
7777
# empty args needed in order to match mypy cli behavior
@@ -82,7 +82,7 @@ repos:
8282
- typer-config
8383
- types-setuptools
8484
- repo: https://github.com/pycqa/pylint
85-
rev: v3.0.3
85+
rev: v3.1.0
8686
hooks:
8787
- id: pylint
8888
args:
@@ -92,7 +92,7 @@ repos:
9292
- rich
9393
- typer-config
9494
- repo: https://github.com/jazzband/pip-tools
95-
rev: 7.3.0
95+
rev: 7.4.1
9696
hooks:
9797
- id: pip-compile
9898
name: deps

0 commit comments

Comments
 (0)