File tree Expand file tree Collapse file tree 3 files changed +423
-379
lines changed Expand file tree Collapse file tree 3 files changed +423
-379
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ install_pre_commit: ## configure and install pre commit tool
6
6
.PHONY : init_project
7
7
init_project :
8
8
@echo " 📝 Creating virtual environment using pyenv and poetry"
9
- @poetry install --only dev --sync
9
+ @poetry install --with dev --sync
10
10
@echo " 📝 Update dependencies"
11
11
@poetry update
12
12
@echo " 👓 Show installed dependencies"
Original file line number Diff line number Diff line change @@ -292,14 +292,14 @@ theme:
292
292
text : Roboto
293
293
code : Roboto mono
294
294
palette :
295
- # Light mode
295
+ # Light mode
296
296
- scheme : default
297
297
primary : indigo
298
298
accent : indigo
299
299
toggle :
300
300
icon : material/toggle-switch
301
301
name : Switch to dark mode
302
- # Dark mode
302
+ # Dark mode
303
303
- scheme : slate
304
304
primary : red
305
305
accent : red
@@ -486,7 +486,7 @@ plugins:
486
486
Testing - Pytest e unittest : Testing - Pytest and unittest
487
487
Testing - Doctest e behave : Testing - Doctest and behave
488
488
489
- # learning
489
+ # learning
490
490
Better code : Better code
491
491
Creare un pacchetto : Create a package
492
492
Data analysis : Data analysis
@@ -502,7 +502,6 @@ plugins:
502
502
Indipendenza tecnologica : Tech independence
503
503
Risorse : Resources
504
504
505
-
506
505
- git-revision-date-localized
507
506
# - rss:
508
507
# match_path: blog/posts/.*
You can’t perform that action at this time.
0 commit comments