We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff01fa commit 4e51d4eCopy full SHA for 4e51d4e
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: version
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.2.0 # Use the ref you want to point at
+ rev: v4.3.0 # Use the ref you want to point at
6
hooks:
7
- id: trailing-whitespace
8
name: (Common) Remove trailing whitespaces
@@ -25,7 +25,7 @@ repos:
25
args: ["-i"]
26
additional_dependencies: ["clang-format==12.0.1"]
27
- repo: https://github.com/psf/black
28
- rev: 22.3.0
+ rev: 22.8.0
29
30
- id: black
31
language_version: python
0 commit comments