We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd1343 commit e23edb7Copy full SHA for e23edb7
.pre-commit-config.yaml
@@ -20,10 +20,10 @@ repos:
20
additional_dependencies:
21
- tomli
22
- repo: https://github.com/pre-commit/mirrors-clang-format
23
- rev: 'v15.0.7'
+ rev: v15.0.7
24
hooks:
25
- id: clang-format
26
- files: \.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino))$
+ types_or: [c, c++]
27
- repo: https://github.com/psf/black-pre-commit-mirror
28
rev: 22.10.0
29
@@ -34,7 +34,7 @@ repos:
34
rev: 7.0.0
35
36
- id: flake8
37
- files: \.(((py)(w|o)?$))$
+ types_or: [python]
38
39
- flake8-bugbear
40
- flake8-comprehensions
0 commit comments