Skip to content

Commit

Permalink
Add mypy and flake8 badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devds96 committed Jan 5, 2024
1 parent c5a9711 commit 6542cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# venvfromfile

![Tests](https://github.com/devds96/venvfromfile/actions/workflows/tests.yml/badge.svg)
![mypy](https://github.com/devds96/venvfromfile/actions/workflows/type.yml/badge.svg)
![flake8](https://github.com/devds96/venvfromfile/actions/workflows/lint.yml/badge.svg)


A simple runnable Python package that sets up virtual environments as
specified in a configuration file using the builtin `venv` module.
Expand Down

0 comments on commit 6542cc3

Please sign in to comment.