Skip to content

Commit 6fceec4

Browse files
committed
all changes 4-th step of project
1 parent 9da2dc4 commit 6fceec4

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ publish:
1212

1313
package-install:
1414
python3 -m pip install --user dist/*.whl --break-system-packages
15+
16+
lint:
17+
poetry run flake8 brain_games

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
### Hexlet tests and linter status:
2-
[![Actions Status](https://github.com/ttehasi/python-project-49/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/ttehasi/python-project-49/actions)
2+
[![Actions Status](https://github.com/ttehasi/python-project-49/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/ttehasi/python-project-49/actions)
3+
4+
<a href="https://codeclimate.com/github/ttehasi/python-project-49/maintainability"><img src="https://api.codeclimate.com/v1/badges/0196f25b462ce6f82ac1/maintainability" /></a>

poetry.lock

Lines changed: 50 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ python = "^3.12"
1414
prompt = "^0.4.1"
1515

1616

17+
[tool.poetry.group.dev.dependencies]
18+
flake8 = "^7.1.1"
19+
1720
[build-system]
1821
requires = ["poetry-core"]
1922
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)