We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd4d41 commit 00fedf7Copy full SHA for 00fedf7
.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.5.0 # Use the ref you want to point at
6
hooks:
7
- id: trailing-whitespace
8
name: (Common) Remove trailing whitespaces
@@ -26,7 +26,7 @@ repos:
26
additional_dependencies: ["clang-format==12.0.1"]
27
28
- repo: https://github.com/psf/black
29
- rev: 22.8.0
+ rev: 23.10.1
30
31
- id: black
32
language_version: python
0 commit comments