From ee0124885506d4f9124348c6ec797a2fa73b08ba Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Tue, 27 Feb 2024 23:58:48 +0100 Subject: [PATCH] clean up --- tasks.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tasks.py b/tasks.py index 747b93e8..f60f9f11 100644 --- a/tasks.py +++ b/tasks.py @@ -1,5 +1,3 @@ -from __future__ import print_function - import os import invoke from invoke import Collection @@ -39,18 +37,9 @@ def check(ctx): with chdir(ctx.base_folder): lint(ctx) - # print("Checking MANIFEST.in...") - # ctx.run("check-manifest") - - # print("Checking metadata...") - # ctx.run("python setup.py check --strict --metadata") - ns = Collection( docs.help, - # style.check, - # style.lint, - # style.format, check, lint, format,