Skip to content

Commit

Permalink
Add requirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Feb 12, 2024
1 parent f3c3f96 commit 2f8345b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analyze_code.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pip install -r requirements-dev.txt

isort .
flake8 .
mypy .
Expand Down
2 changes: 2 additions & 0 deletions analyze_code.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

pip install -r requirements-dev.txt

isort .
flake8 .
mypy .
Expand Down

0 comments on commit 2f8345b

Please sign in to comment.