This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
codesearch/tasks.py
2020-09-27 00:11:08 -04:00

6 lines
77 B
Python

from invoke import task
@task
def lint(ctx):
ctx.run("black *.py src")