Skip to content

Commit 3f397cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.3.4...v0.14.5) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.1](asottile/pyupgrade@v3.17.0...v3.21.1) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.42.0...v0.45.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.29.0](gitleaks/gitleaks@v8.18.2...v8.29.0) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.14.0](hadolint/hadolint@v2.12.1-beta...v2.14.0)
1 parent a748c93 commit 3f397cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88
- hadolint-docker # Fails in pre-commit CI
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
exclude_types:
@@ -36,14 +36,14 @@ repos:
3636
- id: no-commit-to-branch
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.3.4
39+
rev: v0.14.5
4040
hooks:
4141
- id: ruff
4242
args: [--fix]
4343
- id: ruff-format
4444

4545
- repo: https://github.com/hadialqattan/pycln
46-
rev: v2.5.0
46+
rev: v2.6.0
4747
hooks:
4848
- id: pycln
4949
args: [--config=pyproject.toml]
@@ -55,7 +55,7 @@ repos:
5555
# language: python
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v3.17.0
58+
rev: v3.21.1
5959
hooks:
6060
- id: pyupgrade
6161
entry: pyupgrade --py39-plus --keep-runtime-typing
@@ -77,15 +77,15 @@ repos:
7777
# additional_dependencies: []
7878

7979
- repo: https://github.com/igorshubovych/markdownlint-cli
80-
rev: v0.42.0
80+
rev: v0.45.0
8181
hooks:
8282
- id: markdownlint
8383
args: [--disable, MD013]
8484
- id: markdownlint-fix
8585
args: [--disable, MD013]
8686

8787
- repo: https://github.com/gitleaks/gitleaks
88-
rev: v8.18.2
88+
rev: v8.29.0
8989
hooks:
9090
- id: gitleaks
9191

@@ -95,7 +95,7 @@ repos:
9595
- id: htmlhint
9696

9797
- repo: https://github.com/hadolint/hadolint
98-
rev: v2.12.1-beta
98+
rev: v2.14.0
9999
hooks:
100100
- id: hadolint-docker
101101
args:

0 commit comments

Comments
 (0)