Fix exclude pattern of license proto on DeepSource

Seems this ** way didn't work for whatever reason.
pull/12/head
rlaphoenix 2022-07-23 17:00:27 +01:00
parent 683c3360a5
commit aaf2362634
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version = 1
exclude_patterns = [
"**_pb2.py" # protobuf files
"pywidevine/license_protocol_pb2.py"
]
[[analyzers]]