mirror of
https://github.com/Findus23/AdventOfCode2019.git
synced 2024-08-27 19:52:12 +02:00
fix mypy
This commit is contained in:
parent
76daaaa199
commit
ff74500194
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- cd python
|
||||
script:
|
||||
- pytest
|
||||
- mypy 1 2 3
|
||||
- mypy 1 2 3 4 5
|
||||
|
||||
- language: rust
|
||||
rust: stable
|
||||
|
|
Loading…
Reference in a new issue