Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 27, 2024
1 parent d70d8db commit ee01248
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import os
import invoke
from invoke import Collection
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ee01248

Please sign in to comment.