add pycodestyle config

This commit is contained in:
Willi Ballenthin
2022-03-28 13:17:18 -06:00
parent dde52f2bc8
commit 031ea167e8
2 changed files with 23 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ jobs:
run: isort --profile black --length-sort --line-width 120 -c .
- name: Lint with black
run: black -l 120 --check .
- name: Lint with pycodestyle
run: pycodestyle --show-source capa/ scripts/ tests/
- name: Check types with mypy
run: mypy --config-file .github/mypy/mypy.ini capa/ scripts/ tests/