Skip to content

Commit

Permalink
fix invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Mar 22, 2024
1 parent 34dda74 commit 88127ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,8 @@ def tutorials(c):
@task
def lint(c):
check_dependencies(c)
c.run("flake8 deepecho")
c.run("flake8 tests")
c.run("isort -c --recursive deepecho tests")
c.run("pylint deepecho --rcfile=setup.cfg")
c.run("ruff check .")
c.run("ruff format . --check")


def remove_readonly(func, path, _):
Expand Down

0 comments on commit 88127ad

Please sign in to comment.