We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b43ce commit d81d655Copy full SHA for d81d655
.github/workflows/pyci.yml
@@ -17,7 +17,4 @@ jobs:
17
uv sync
18
- name: lint
19
run: |
20
- uv run ruff check .
21
- - name: test
22
- run: |
23
- uv run pytest
+ uv run ruff check .
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "python-project"
+name = "hexlet-code"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
0 commit comments