Skip to content

Commit

Permalink
Update mypy to 0.961
Browse files Browse the repository at this point in the history
And document what's the replacement for piprot

Change-Id: Iaf4c0f9e88c610378eb1a28c4d2a2d31e74d3e3b
  • Loading branch information
vmiklos committed Jul 27, 2022
1 parent 4462453 commit 45893ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
macos:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
7 changes: 7 additions & 0 deletions HACKING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ Once you're happy with your change:
make check # run all tests
... write new tests if coverage regressed ...
-----

== Maintenance

Ideally CI checks everything before a commit hits master, but here are a few
things which are not part of CI:

- Run `pip list --outdated` from time to time and make sure Python dependencies are reasonably up to date.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==6.4.1
flake8==4.0.1
mypy==0.960
mypy==0.961
pyinstaller==5.1
pylint==2.14.0
pyqt5==5.15.7
Expand Down

0 comments on commit 45893ae

Please sign in to comment.