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 f404ea2 commit d83f7e8Copy full SHA for d83f7e8
.pre-commit-config.yaml
@@ -35,24 +35,24 @@ repos:
35
args: [--py36-plus]
36
37
- repo: https://github.com/PyCQA/isort
38
- rev: "5.12.0"
+ rev: "5.13.2"
39
hooks:
40
- id: isort
41
42
- repo: https://github.com/psf/black
43
- rev: "23.10.1"
+ rev: "24.1.1"
44
45
- id: black
46
args: [--line-length=79]
47
48
- repo: https://github.com/PyCQA/flake8
49
- rev: 6.1.0
+ rev: 7.0.0
50
51
- id: flake8
52
args: [--extend-ignore=E203]
53
54
- repo: https://github.com/pre-commit/mirrors-clang-format
55
- rev: v17.0.4
+ rev: v17.0.6
56
57
- id: clang-format
58
types_or: [c++]
0 commit comments