Skip to content

Commit

Permalink
update: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Apr 23, 2024
1 parent ff126f1 commit 52b80bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ NAMES=(chien jenny wenhao niklas hanhu ratna ming)
for name in "${NAMES[@]}"; do
cp data/raw/*"$name"*py data/clean
done
flake8 data/clean/*.py --select=E9,F63,F7,F82 --show-source --statistics
python script/parse.py

for name in "${NAMES[@]}"; do
Expand Down

0 comments on commit 52b80bd

Please sign in to comment.