Skip to content

Commit

Permalink
Remove redundant line from check task
Browse files Browse the repository at this point in the history
  • Loading branch information
liammulh committed Jun 24, 2024
1 parent 1cd55df commit b9bd047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def envsame(c):
@task(pre=[fmt, lint, types, build, test, envsame])
def check(c):
"""Run all code checks."""
# Also lint this file.
c.run("pylint tasks.py")


@task
Expand Down

0 comments on commit b9bd047

Please sign in to comment.