Skip to content

Commit

Permalink
Update runtests.py
Browse files Browse the repository at this point in the history
Co-authored-by: ted kaemming <[email protected]>
  • Loading branch information
fuziontech and tkaemming authored Aug 31, 2024
1 parent ae46cf3 commit 8c23445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def is_class(string):
except ValueError:
run_flake8 = True
run_isort = True
run_ruff= True
run_ruff = True
run_mypy = True
else:
run_flake8 = False
Expand Down

0 comments on commit 8c23445

Please sign in to comment.