Skip to content
Snippets Groups Projects
Commit 8ad9883c authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

skip venv

parent b19a1e43
No related branches found
No related tags found
1 merge request!16skip venv
......@@ -70,8 +70,8 @@ def help():
def format_check():
# Check code format
check_call(["isort", "--check", "--diff", ".", "--skip", ".poetry"])
check_call(["black", "--check", "--diff", ".", "--exclude", ".poetry"])
check_call(["isort", "--check", "--diff", ".", "--skip", ".venv"])
check_call(["black", "--check", "--diff", ".", "--exclude", ".venv"])
def format():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment