We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e69783 commit 943cf79Copy full SHA for 943cf79
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: clang-format
8
args: [--style=Google]
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.4.0
+ rev: v4.5.0
11
hooks:
12
- id: check-added-large-files
13
- id: check-ast
@@ -25,11 +25,11 @@ repos:
25
- id: mixed-line-ending
26
- id: trailing-whitespace
27
- repo: https://github.com/psf/black
28
- rev: 23.3.0
+ rev: 23.9.1
29
30
- id: black
31
- repo: https://github.com/PyCQA/flake8
32
- rev: 6.0.0
+ rev: 6.1.0
33
34
- id: flake8
35
- repo: https://github.com/cheshirekow/cmake-format-precommit
0 commit comments