Skip to content

Commit 538f0ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44515dc commit 538f0ab

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ 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: e05c5c0818279e5ac248ac9e954431ba58865e61 # frozen: v0.15.7
23+
rev: e05c5c0818279e5ac248ac9e954431ba58865e61 # frozen: v0.15.7
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: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
31+
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
3232
hooks:
3333
- id: validate-pyproject
3434
name: "🐍 Python · Validate pyproject.toml"
@@ -57,14 +57,14 @@ repos:
5757
- yarl
5858

5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0
60+
rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0
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"
@@ -124,15 +124,15 @@ repos:
124124
args: ["--maxkb=5000"]
125125

126126
- repo: https://github.com/commitizen-tools/commitizen
127-
rev: 4fbeae7861663ecf4b4989211eba41c1a3fb1227 # frozen: v4.13.9
127+
rev: 4fbeae7861663ecf4b4989211eba41c1a3fb1227 # frozen: v4.13.9
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: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
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)