Skip to content

Commit 4e51d4e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
1 parent 3ff01fa commit 4e51d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: version
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.2.0 # Use the ref you want to point at
5+
rev: v4.3.0 # Use the ref you want to point at
66
hooks:
77
- id: trailing-whitespace
88
name: (Common) Remove trailing whitespaces
@@ -25,7 +25,7 @@ repos:
2525
args: ["-i"]
2626
additional_dependencies: ["clang-format==12.0.1"]
2727
- repo: https://github.com/psf/black
28-
rev: 22.3.0
28+
rev: 22.8.0
2929
hooks:
3030
- id: black
3131
language_version: python

0 commit comments

Comments
 (0)