Skip to content

Commit c17e249

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/gitleaks/gitleaks: 6eaad039603a4de39fddd1cf5f727391efe9974e → 2ca41cc1372d1e939a6a879f18cdc19fc1cac1ce](gitleaks/gitleaks@6eaad03...2ca41cc) - [github.com/astral-sh/ruff-pre-commit: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 → 6fec9b7edb08fd9989088709d864a7826dc74e80](astral-sh/ruff-pre-commit@9b1e9a3...6fec9b7) - [github.com/abravalheri/validate-pyproject: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e → 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7](abravalheri/validate-pyproject@78f5e0f...4b2e70d) - [github.com/pre-commit/mirrors-mypy: a66e98df7b4aeeb3724184b332785976d062b92e → fc0f09a29bb495f4a91f00266155d6282d52485d](pre-commit/mirrors-mypy@a66e98d...fc0f09a) - [github.com/python-jsonschema/check-jsonschema: 0fe8648804a32455c690e0519c217f8cee6a48c6 → 943377262562a12b57292fc98fabd7dbf81451fe](python-jsonschema/check-jsonschema@0fe8648...9433772) - [github.com/hukkin/mdformat: 82912cdaea4fb830f751504486a7879c70526547 → 2d496dbc18e31b83a1596685347ffe0b6041daf0](hukkin/mdformat@82912cd...2d496db) - [github.com/openstack/bashate: fbd7c2534c2701351c603ff700ddf08202430a31 → 5798d24d571676fc407e81df574c1ef57b520f23](openstack/bashate@fbd7c25...5798d24) - [github.com/jvllmr/pre-commit-prettier: c6c4f2c09b36f023c17d43bce4d86b8aa3b09493 → 67909ba7556d3efae0f6914d47b8bec3d988be17](jvllmr/pre-commit-prettier@c6c4f2c...67909ba) - [github.com/commitizen-tools/commitizen: 5857050259653556030b6b1f19f53e8868a427f6 → 460d83c603b0ddf80dc2a11d5e7ec2f464142737](commitizen-tools/commitizen@5857050...460d83c) - [github.com/codespell-project/codespell: 63c8f8312b7559622c0d82815639671ae42132ac → 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a](codespell-project/codespell@63c8f83...2ccb47f)
1 parent f9f8d5b commit c17e249

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ default_install_hook_types:
1414
- commit-msg
1515
repos:
1616
- repo: https://github.com/gitleaks/gitleaks
17-
rev: 6eaad039603a4de39fddd1cf5f727391efe9974e # frozen: v8.30.0
17+
rev: 2ca41cc1372d1e939a6a879f18cdc19fc1cac1ce # frozen: v8.30.0
1818
hooks:
1919
- id: gitleaks
2020
name: "🔒 Security · GitLeaks · Detect hardcoded secrets"
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13
23+
rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
2424
hooks:
2525
- id: ruff-format
2626
name: "🐍 Python · Ruff · Code formatting"
2727
- id: ruff-check
2828
name: "🐍 Python · Ruff · Linting"
2929

3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: 78f5e0f104cfa803d0597eaa924b4de3becd3e3e # frozen: v0.24.1
31+
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
3232
hooks:
3333
- id: validate-pyproject
3434
name: "🐍 Python · Validate pyproject.toml"
3535
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
38+
rev: fc0f09a29bb495f4a91f00266155d6282d52485d # frozen: v1.20.2
3939
hooks:
4040
- id: mypy
4141
name: "🐍 Python · mypy · Check static types"
@@ -57,14 +57,14 @@ repos:
5757
- yarl
5858

5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0fe8648804a32455c690e0519c217f8cee6a48c6 # frozen: 0.36.0
60+
rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2
6161
hooks:
6262
- id: check-github-workflows
6363
name: "🐙 Github-Actions · Validate gh workflow files"
6464
args: ["--verbose"]
6565

6666
- repo: https://github.com/hukkin/mdformat
67-
rev: 82912cdaea4fb830f751504486a7879c70526547 # frozen: 1.0.0
67+
rev: 2d496dbc18e31b83a1596685347ffe0b6041daf0 # frozen: 1.0.0
6868
hooks:
6969
- id: mdformat
7070
name: "📝 Markdown · Format markdown"
@@ -82,14 +82,14 @@ repos:
8282
name: "🐚 Shell · shellcheck · Lint shell scripts"
8383

8484
- repo: https://github.com/openstack/bashate
85-
rev: fbd7c2534c2701351c603ff700ddf08202430a31 # frozen: 2.1.1
85+
rev: 5798d24d571676fc407e81df574c1ef57b520f23 # frozen: 2.1.1
8686
hooks:
8787
- id: bashate
8888
name: "🐚 Shell · bashate · Check shell script code style"
8989
args: [--max-line-length, "120"]
9090

9191
- repo: https://github.com/jvllmr/pre-commit-prettier
92-
rev: c6c4f2c09b36f023c17d43bce4d86b8aa3b09493 # frozen: v3.8.1
92+
rev: 67909ba7556d3efae0f6914d47b8bec3d988be17 # frozen: v3.8.3
9393
hooks:
9494
- id: prettier
9595
name: "✨ Misc · prettier · Format misc web files"
@@ -124,15 +124,15 @@ repos:
124124
args: ["--maxkb=5000"]
125125

126126
- repo: https://github.com/commitizen-tools/commitizen
127-
rev: 5857050259653556030b6b1f19f53e8868a427f6 # frozen: v4.12.1
127+
rev: 460d83c603b0ddf80dc2a11d5e7ec2f464142737 # frozen: v4.15.0
128128
hooks:
129129
- id: commitizen
130130
name: "🌳 git · Validate commit message"
131131
stages: [commit-msg]
132132
additional_dependencies: [cz-conventional-gitmoji]
133133

134134
- repo: https://github.com/codespell-project/codespell
135-
rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
135+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
136136
hooks:
137137
- id: codespell
138138
name: "💎 QA · codespell · Check for common typos"

0 commit comments

Comments
 (0)