Skip to content

Commit 232af9d

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
* [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/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/hadolint/hadolint: v2.12.0 → v2.14.0](hadolint/hadolint@v2.12.0...v2.14.0) * chore: update .pre-commit-config.yaml to skip hadolint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Xianpeng Shen <[email protected]>
1 parent 2a94ff9 commit 232af9d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
ci:
22
autoupdate_schedule: quarterly
3+
skip: [hadolint]
34

45
repos:
56
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
7+
rev: v6.0.0
78
hooks:
89
- id: check-yaml
910
- id: check-toml
@@ -19,25 +20,25 @@ repos:
1920
- id: rst-inline-touching-normal
2021

2122
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.13.0
23+
rev: v1.18.2
2324
hooks:
2425
- id: mypy
2526
additional_dependencies: [types-requests]
2627
- repo: https://github.com/astral-sh/ruff-pre-commit
2728
# Ruff version.
28-
rev: v0.8.6
29+
rev: v0.13.3
2930
hooks:
3031
# Run the linter.
3132
- id: ruff
3233
args: [ --fix ]
3334
# Run the formatter.
3435
- id: ruff-format
3536
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.3.0
37+
rev: v2.4.1
3738
hooks:
3839
- id: codespell
3940
- repo: https://github.com/hadolint/hadolint
40-
rev: v2.12.0
41+
rev: v2.14.0
4142
hooks:
4243
- id: hadolint
4344
args:

0 commit comments

Comments
 (0)