Skip to content

Commit

Permalink
Add ruff to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Aug 24, 2024
1 parent c615dc4 commit a7493b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,8 @@ def tests(context, failfast=False):
print("Starting Docker Containers...")
start(context)
# Sorted loosely from fastest to slowest
print("Running ruff...")
ruff(context)
print("Running yamllint...")
yamllint(context)
print("Running pylint...")
Expand Down

0 comments on commit a7493b4

Please sign in to comment.