We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926067e commit 6a2d974Copy full SHA for 6a2d974
.pre-commit-config.yaml
@@ -18,13 +18,13 @@ repos:
18
hooks:
19
- id: toml-sort-fix
20
- repo: https://github.com/pre-commit/mirrors-clang-format
21
- rev: v16.0.6
+ rev: v17.0.3
22
23
- id: clang-format
24
args:
25
- --style=Google
26
- repo: https://github.com/pre-commit/pre-commit-hooks
27
- rev: v4.4.0
+ rev: v4.5.0
28
29
- id: check-added-large-files
30
- id: check-ast
@@ -42,11 +42,11 @@ repos:
42
- id: mixed-line-ending
43
- id: trailing-whitespace
44
- repo: https://github.com/psf/black
45
- rev: 23.3.0
+ rev: 23.10.0
46
47
- id: black
48
- repo: https://github.com/pycqa/flake8
49
- rev: 6.0.0
+ rev: 6.1.0
50
51
- id: flake8
52
0 commit comments