Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antibagr committed Nov 16, 2023
1 parent 97c2942 commit eca7565
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install poetry
run: pipx install poetry
# Reference: https://github.com/actions/setup-python/tree/main
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v4
with:
python-version-file: 'pyproject.toml'
cache: 'poetry'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AnyPython

![CI Workflow](https://github.com/antibagr/Any-Python-Template/actions/workflows/makefile.yml/badge.svg?event=push)![coverage badge](./coverage.svg)
38 changes: 36 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ authors = ["TEMPLATE_AUTHOR <TEMPLATE_AUTHOR_EMAIL>"]
maintainers = ["TEMPLATE_AUTHOR <TEMPLATE_AUTHOR_EMAIL>"]

[tool.poetry.dependencies]
python = "^3.11.0"
python = "3.10.11"

[tool.poetry.group.dev.dependencies]
black = "23.11.0"
isort = "5.12.0"
flake8 = "6.1.0"
mypy = "1.7.0"
bandit = {extras = ["toml"], version = "1.7.5"}
pytest-cov = "^4.1.0"
coverage = "^7.3.2"
pytest-asyncio = "^0.21.1"
pytest-cov = {extras = ["toml"], version = "^4.1.0"}
coverage = {extras = ["toml"], version = "^7.3.2"}
pytest-asyncio = "0.21.1"

[tool.black]
line-length = 100
Expand Down

0 comments on commit eca7565

Please sign in to comment.