Skip to content

Commit

Permalink
Free mypy
Browse files Browse the repository at this point in the history
mypy has been nice to me and the blueman code so let's free it for now.
  • Loading branch information
infirit committed Dec 15, 2021
1 parent ee23e62 commit 72bebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- run: apt-get update
- run: apt-get install -y -qq --no-install-recommends automake autoconf libtool autopoint gettext libglib2.0-dev python-gi-dev libbluetooth-dev iproute2
- run: python3 -m pip install cython mypy==0.812 pycairo>=1.16.3
- run: python3 -m pip install cython mypy pycairo>=1.16.3
- run: ./autogen.sh
- run: python3 -m mypy -p blueman --strict
env:
Expand Down

0 comments on commit 72bebc6

Please sign in to comment.