File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1717
1818This project was built using these tools:
1919
20- | Tool | Description |
21- | ------------------------------------------------------------------------| ---------------------------------------------------------|
22- | [ uv] ( https://docs.astral.sh/uv/ ) | "An extremely fast Python package and project manager, written in Rust" |
23- | [ Pytest] ( https://pytest.org ) | "A mature full-featured Python testing tool" |
24- | [ ruff] ( https://docs.astral.sh/ruff/ ) | "An extremely fast Python linter and code formatter, written in Rust" |
20+ | Tool | Description |
21+ | --------------------------------------------| ------------------------------------------------------------------------|
22+ | [ uv] ( https://docs.astral.sh/uv/ ) | "An extremely fast Python package and project manager, written in Rust" |
23+ | [ Pytest] ( https://pytest.org ) | "A mature full-featured Python testing tool" |
24+ | [ ruff] ( https://docs.astral.sh/ruff/ ) | "An extremely fast Python linter and code formatter, written in Rust" |
25+ | [ PyYAML] ( https://pypi.org/project/PyYAML/ ) | "YAML file parsing" |
2526
2627---
2728
Original file line number Diff line number Diff line change 44def open_ymlf (path ) -> dict :
55 with open (path ) as file :
66 return yaml .load (file , yaml .Loader )
7-
8- print (open_ymlf ('/home/ttehasi/python-project-50/tests/test_data/file2.yml' ))
You can’t perform that action at this time.
0 commit comments