File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,13 @@ A clear and concise description of what the bug is.
1212
1313** To Reproduce**
1414Steps to reproduce the behavior:
15- 1 . Go to '...'
16- 2 . Click on '....'
17- 3 . Scroll down to '....'
18- 4 . See error
15+
1916
2017** Expected behavior**
2118A clear and concise description of what you expected to happen.
2219
2320** Screenshots**
2421If applicable, add screenshots to help explain your problem.
2522
26- ** Desktop (please complete the following information):**
27- - OS: [ e.g. iOS]
28- - Browser [ e.g. chrome, safari]
29- - Version [ e.g. 22]
30-
31- ** Smartphone (please complete the following information):**
32- - Device: [ e.g. iPhone6]
33- - OS: [ e.g. iOS8.1]
34- - Browser [ e.g. stock browser, safari]
35- - Version [ e.g. 22]
36-
3723** Additional context**
3824Add any other context about the problem here.
Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ docker: docker-build ## build a docker image and run the service
8686
8787sync : clean # # install the package to the active Python's site-packages
8888 uv sync --all-groups
89- pre-commit install
9089
9190install : sync # # Sync pyproject.toml to .venv as well as install tools
9291 pre-commit install
You can’t perform that action at this time.
0 commit comments