Skip to content

Commit c0d720d

Browse files
authored
Merge pull request #9 from PythonBiellaGroup/develop
updated yaml
2 parents 7abc4d9 + e16c03b commit c0d720d

File tree

3 files changed

+423
-379
lines changed

3 files changed

+423
-379
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install_pre_commit: ## configure and install pre commit tool
66
.PHONY: init_project
77
init_project:
88
@echo "📝 Creating virtual environment using pyenv and poetry"
9-
@poetry install --only dev --sync
9+
@poetry install --with dev --sync
1010
@echo "📝 Update dependencies"
1111
@poetry update
1212
@echo "👓 Show installed dependencies"

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,14 @@ theme:
292292
text: Roboto
293293
code: Roboto mono
294294
palette:
295-
# Light mode
295+
# Light mode
296296
- scheme: default
297297
primary: indigo
298298
accent: indigo
299299
toggle:
300300
icon: material/toggle-switch
301301
name: Switch to dark mode
302-
# Dark mode
302+
# Dark mode
303303
- scheme: slate
304304
primary: red
305305
accent: red
@@ -486,7 +486,7 @@ plugins:
486486
Testing - Pytest e unittest: Testing - Pytest and unittest
487487
Testing - Doctest e behave: Testing - Doctest and behave
488488

489-
# learning
489+
# learning
490490
Better code: Better code
491491
Creare un pacchetto: Create a package
492492
Data analysis: Data analysis
@@ -502,7 +502,6 @@ plugins:
502502
Indipendenza tecnologica: Tech independence
503503
Risorse: Resources
504504

505-
506505
- git-revision-date-localized
507506
# - rss:
508507
# match_path: blog/posts/.*

0 commit comments

Comments
 (0)