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
commit 4441837cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 276 additions and 192 deletions

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'