Skip to content

Commit f2b9aef

Browse files
[pre-commit.ci] pre-commit autoupdate (#868)
* [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) - https://github.com/psf/black.githttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/crate-ci/typos: v1.36.2 → v1](crate-ci/typos@v1.36.2...v1) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.5...v0.13.3) * update version Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com> --------- Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d058912 commit f2b9aef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-json
1010
- id: check-yaml
@@ -29,19 +29,19 @@ repos:
2929
--skip-license-insertion-comment=Copyright,
3030
]
3131

32-
- repo: https://github.com/psf/black.git
33-
rev: 25.1.0
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: 25.9.0
3434
hooks:
3535
- id: black
3636
files: (.*\.py)$
3737

3838
- repo: https://github.com/asottile/blacken-docs
39-
rev: 1.19.1
39+
rev: 1.20.0
4040
hooks:
4141
- id: blacken-docs
4242
args: [--line-length=120, --skip-errors]
4343
additional_dependencies:
44-
- black==25.1.0
44+
- black==25.9.0
4545

4646
- repo: https://github.com/codespell-project/codespell
4747
rev: v2.4.1
@@ -52,17 +52,17 @@ repos:
5252
- tomli
5353

5454
- repo: https://github.com/crate-ci/typos
55-
rev: v1.36.2
55+
rev: v1.38.1
5656
hooks:
5757
- id: typos
5858

5959
- repo: https://github.com/pycqa/isort
60-
rev: 6.0.1
60+
rev: 6.1.0
6161
hooks:
6262
- id: isort
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.12.5
65+
rev: v0.14.0
6666
hooks:
6767
- id: ruff
6868
args: [--fix, --exit-non-zero-on-fix, --no-cache]

0 commit comments

Comments
 (0)