Merge pull request #760 from dni/fix/mypy

WIP: Enable `mypy` linting of the entire code base
This commit is contained in:
Arc
2022-07-28 10:33:33 +01:00
committed by GitHub
24 changed files with 276 additions and 192 deletions
+1 -2
View File
@@ -5,10 +5,9 @@ on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
if: ${{ 'false' == 'true' }} # skip mypy for now
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master
with:
mypy_flags: '--install-types --non-interactive'
path: lnbits
path: 'lnbits'