Compare commits
2 commits
df66079060
...
b1f325432c
| Author | SHA1 | Date | |
|---|---|---|---|
| b1f325432c | |||
| 5f332cc4fa |
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Mypy has issues with assigning Callable to fields of objects
|
||||
# See https://github.com/python/mypy/issues/708
|
||||
# type: ignore
|
||||
|
||||
import itertools
|
||||
import sys
|
||||
from copy import deepcopy
|
||||
|
|
|
|||
|
|
@ -56,6 +56,9 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pkgs.python3Packages.black
|
||||
pkgs.python3Packages.isort
|
||||
pkgs.python3Packages.mypy
|
||||
python3
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue