Skip to content

Commit 43acc42

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 937f037 commit 43acc42

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ default_install_hook_types:
1414
- commit-msg
1515
repos:
1616
- repo: https://github.com/gitleaks/gitleaks
17-
rev: 2ca41cc1372d1e939a6a879f18cdc19fc1cac1ce # 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: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
23+
rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
2424
hooks:
2525
- id: ruff-format
2626
name: "🐍 Python · Ruff · Code formatting"
@@ -57,14 +57,14 @@ repos:
5757
- types-requests
5858

5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1
60+
rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1
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: 2d496dbc18e31b83a1596685347ffe0b6041daf0 # frozen: 1.0.0
67+
rev: 2d496dbc18e31b83a1596685347ffe0b6041daf0 # frozen: 1.0.0
6868
hooks:
6969
- id: mdformat
7070
name: "📝 Markdown · Format markdown"
@@ -82,7 +82,7 @@ repos:
8282
name: "🐚 Shell · shellcheck · Lint shell scripts"
8383

8484
- repo: https://github.com/openstack/bashate
85-
rev: 5798d24d571676fc407e81df574c1ef57b520f23 # 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"

0 commit comments

Comments
 (0)