Skip to content
Snippets Groups Projects
Commit 0a0fe9dd authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

nope, use python39 for lint because tools are missing from py27 ecosystem

parent cd120f39
No related branches found
No related tags found
1 merge request!278Port to Python 3
...@@ -35,7 +35,7 @@ let ...@@ -35,7 +35,7 @@ let
}; };
lint-python = mach-nix.mkPython { lint-python = mach-nix.mkPython {
inherit (zkapauthorizer.meta.mach-nix) python; python = "python39";
requirements = '' requirements = ''
isort isort
black black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment