proto: add type stubs for generate schema

This commit is contained in:
Willi Ballenthin
2023-02-14 10:57:43 +01:00
parent b6e607f60e
commit c197fd5086
7 changed files with 1523 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Lint with black
run: black -l 120 --extend-exclude ".*_pb2.py" --check .
- name: Lint with pycodestyle
run: pycodestyle --show-source capa/ scripts/ tests/
run: pycodestyle --exclude="*_pb2.py" --show-source capa/ scripts/ tests/
- name: Check types with mypy
run: mypy --config-file .github/mypy/mypy.ini --check-untyped-defs capa/ scripts/ tests/