Fixed linting issues

- re-enabled lint checks
This commit is contained in:
Madhava Jay
2022-05-24 11:42:53 +10:00
parent fc617142c0
commit 9c4f80ad21
2 changed files with 6 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ jobs:
- name: Lint with flake8 and check black
run: |
pip install black flake8
# flake8 . --filename '*.py,*.pyx,*.pxd' --count --show-source --statistics --exclude benchmark,build,capnp/templates/module.pyx
# flake8 . --count --show-source --statistics --exclude benchmark,build
flake8 . --filename '*.py,*.pyx,*.pxd' --count --show-source --statistics --exclude benchmark,build,capnp/templates/module.pyx
flake8 . --count --show-source --statistics --exclude benchmark,build
black . --check --diff --color
- name: Packaging
run: |