File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
rev : 5.12.0
4
4
hooks :
5
5
- id : isort
6
- exclude : " (elasticapm/utils/wrapt/.*| tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
6
+ exclude : " (tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
7
7
- repo : https://github.com/ambv/black
8
8
rev : 22.8.0
9
9
hooks :
10
10
- id : black
11
11
language_version : python3
12
- exclude : " (elasticapm/utils/wrapt/.*| tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
12
+ exclude : " (tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
13
13
- repo : https://github.com/PyCQA/flake8
14
14
rev : 5.0.4
15
15
hooks :
16
16
- id : flake8
17
- exclude : " (elasticapm/utils/wrapt/.*| tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
17
+ exclude : " (tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
18
18
- repo : local
19
19
hooks :
20
20
- id : license-header-check
21
21
name : License header check
22
22
description : Checks the existance of license headers in all Python files
23
23
entry : ./tests/scripts/license_headers_check.sh
24
- exclude : " (elasticapm/utils/wrapt/.*| tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
24
+ exclude : " (tests/utils/stacks/linenos.py|tests/utils/stacks/linenos2.py|tests/contrib/grpc/grpc_app/.*pb2.*.py)"
25
25
language : script
26
26
types : [python]
You can’t perform that action at this time.
0 commit comments