Skip to content

Commit 3fc09d6

Browse files

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python: [3.6, 3.7, 3.8]
19+
python: [3.6, 3.7, 3.8, 3.9]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- id: bandit
5050
files: ^(src|python)/
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v0.711
52+
rev: v0.790
5353
hooks:
5454
- id: mypy
5555
files: ^src/

0 commit comments

Comments
 (0)