File tree Expand file tree Collapse file tree 4 files changed +636
-635
lines changed
Expand file tree Collapse file tree 4 files changed +636
-635
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ format: $(VENV_FOLDER) ## Fix code base according to our standards
7373.PHONY : test
7474test : # # Test the code with pytest
7575 @echo " 🚀 Testing code: Running pytest"
76- @uv run pytest
76+ @uv run pytest $( filter-out $@ --, $( MAKECMDGOALS ) )
7777
7878.PHONY : test-coverage
7979test-coverage : # # Test the code with pytest
Original file line number Diff line number Diff line change 1+ Fixed boolean cli options converted to strings. Upgrade `typer` dependency. @sneridagh
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers = [
2929dependencies = [
3030 " cookiecutter==2.6.0" ,
3131 " semver==3.0.2" ,
32- " typer==0.12.3 " ,
32+ " typer==0.17.4 " ,
3333 " packaging==24.0" ,
3434 " gitpython==3.1.43" ,
3535 " xmltodict==0.13.0" ,
You can’t perform that action at this time.
0 commit comments