Compare commits
No commits in common. "b1f325432c77a9f6bbf98f9438f1d98cc1a04b80" and "df6607906058efc12e8d161ae230d42d4f1b3494" have entirely different histories.
b1f325432c
...
df66079060
2 changed files with 0 additions and 7 deletions
|
|
@ -1,9 +1,5 @@
|
|||
#!/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,9 +56,6 @@
|
|||
|
||||
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