Unverified Commit 5b992a5d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.pre-commit-hooks: update disabled

parent af218deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildPythonPackage rec {
  version = "4.5.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "pre-commit";