python310Packages.pre-commit-hooks: update disabled
This commit is contained in:
parent
1c8f27c933
commit
a35930dbc9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
version = "4.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pre-commit";
|
||||
|
|
Loading…
Reference in a new issue