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

Pin lint dependencies so the PyPI db update doesn't change them

parent 057da3bb
Branches
No related tags found
1 merge request!290`niv update tahoe-lafs-master`
......@@ -36,10 +36,12 @@ let
lint-python = mach-nix.mkPython {
python = "python39";
# Pin these narrowly so that lint rules only change when we specifically
# want them to.
requirements = ''
isort
black
flake8
isort == 5.10.1
black == 21.12b0
flake8 == 4.0.1
'';
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment