Skip to content

Commit baeb82f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1787)
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.2](pre-commit/mirrors-clang-format@v21.1.0...v21.1.2) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ccd5cb commit baeb82f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
# clang-format v13
6767
# to run manually, use .github/workflows/clang-format/clang-format.sh
6868
- repo: https://github.com/pre-commit/mirrors-clang-format
69-
rev: v21.1.0
69+
rev: v21.1.2
7070
hooks:
7171
- id: clang-format
7272
# By default, the clang-format hook configures:
@@ -80,15 +80,15 @@ repos:
8080

8181
# Autoremoves unused Python imports
8282
- repo: https://github.com/hadialqattan/pycln
83-
rev: v2.5.0
83+
rev: v2.6.0
8484
hooks:
8585
- id: pycln
8686
name: pycln (python)
8787

8888
# Sorts Python imports according to PEP8
8989
# https://www.python.org/dev/peps/pep-0008/#imports
9090
- repo: https://github.com/pycqa/isort
91-
rev: 6.0.1
91+
rev: 7.0.0
9292
hooks:
9393
- id: isort
9494
name: isort (python)
@@ -128,7 +128,7 @@ repos:
128128

129129
# Checks the manifest for missing files (native support)
130130
- repo: https://github.com/mgedmin/check-manifest
131-
rev: "0.50"
131+
rev: "0.51"
132132
hooks:
133133
- id: check-manifest
134134
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)