Skip to content

Commit

Permalink
Merge pull request #13 from konstruktoid/docs
Browse files Browse the repository at this point in the history
update script in readme
  • Loading branch information
konstruktoid authored Feb 17, 2023
2 parents 33a1181 + b2b7ab3 commit 0fb23f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ -f ./requirements.txt ]; then
safety check --bare --file ./requirements.txt
fi

bandit --silent --recursive .
black --check --diff --no-color --quiet .
flake8 .
bandit --silent --recursive .
```

0 comments on commit 0fb23f8

Please sign in to comment.