Skip to content

Commit 1d1f14d

Browse files
chore: update pre-commit hooks
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 26.3.1](psf/black-pre-commit-mirror@23.3.0...26.3.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.2](codespell-project/codespell@v2.2.4...v2.4.2) - [github.com/pre-commit/mirrors-clang-format: v16.0.4 → v22.1.2](pre-commit/mirrors-clang-format@v16.0.4...v22.1.2) - [github.com/asottile/pyupgrade: v3.6.0 → v3.21.2](asottile/pyupgrade@v3.6.0...v3.21.2)
1 parent 2fad5de commit 1d1f14d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55
exclude: ^include/(fmt|magic_enum|EcoMug|CLI11)/
66

77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: "23.3.0"
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: "26.3.1"
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -33,19 +33,19 @@ repos:
3333
additional_dependencies: [pyyaml]
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.2.4
36+
rev: v2.4.2
3737
hooks:
3838
- id: codespell
3939
args: ["-L", "hist"]
4040

4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v16.0.4
42+
rev: v22.1.2
4343
hooks:
4444
- id: clang-format
4545
types_or: [c++]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: "v3.6.0"
48+
rev: "v3.21.2"
4949
hooks:
5050
- id: pyupgrade
5151
args: ["--py36-plus"]

0 commit comments

Comments
 (0)