Skip to content

Commit c0881f2

Browse files
Merge pull request #7 from PythonBiellaGroup/develop
remove emoji
2 parents 1ff56f4 + 6a9ca33 commit c0881f2

File tree

8 files changed

+557
-524
lines changed

8 files changed

+557
-524
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
default_stages: [commit, push]
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-added-large-files # Prevent giant files from being committed
1010
args: [--maxkb=5000]
@@ -18,7 +18,7 @@ repos:
1818
exclude: ^.vscode
1919

2020
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
21-
rev: 0.2.1
21+
rev: 0.2.3
2222
hooks:
2323
- id: yamlfmt
2424

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
install_pre_commit: ## configure and install pre commit tool
44
@poetry run pre-commit install
55

6+
.PHONY: init_project
7+
init_project:
8+
@echo "📝 Creating virtual environment using pyenv and poetry"
9+
@poetry install --only dev --sync
10+
@echo "📝 Update dependencies"
11+
@poetry update
12+
@echo "👓 Show installed dependencies"
13+
@poetry show
14+
@echo "🚨 Installing pre-commit and pre-push hooks"
15+
@poetry run pre-commit install
16+
@echo "🚦 pre-commit update"
17+
@poetry run pre-commit autoupdate
18+
@echo "Ready to start🚀 🚀 🚀 🚀 🚀 🚀 "
19+
620
uninstall_pre_commit: ## configure and install pre commit tool
721
@poetry run pre-commit uninstall
822

docs/speakers/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ We are always excited to have new speakers to learn new things and allow everyon
1919
!!! info
2020
**Volunteer as a speaker**
2121

22-
[Contact us! :fontawesome-solid-circle-info:](https://info.pythonbiellagroup.it/){ .md-button }
22+
[Contact us!](https://info.pythonbiellagroup.it/){ .md-button }

docs/speakers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Siamo sempre entusiasti di avere nuovi speaker per poter imparare cose nuove e p
1919
!!! info
2020
**Proponiti come speaker**
2121

22-
[Contattaci! :fontawesome-solid-circle-info:](https://info.pythonbiellagroup.it/){ .md-button }
22+
[Contattaci!](https://info.pythonbiellagroup.it/){ .md-button }
2323

2424

2525

docs/speakers/speaker_guide.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We have compiled simple guidelines based on feedback from members of the communi
2020
!!! info
2121
You can use our slide deck to prepare your showcase
2222

23-
[SLIDE DECK :fontawesome-solid-file-powerpoint:](https://drive.google.com/drive/folders/1altPHTWz0vCQ-l3WKaewQ8xRVh5sZjGN){ .md-button }
23+
[SLIDE DECK](https://drive.google.com/drive/folders/1altPHTWz0vCQ-l3WKaewQ8xRVh5sZjGN){ .md-button }
2424

2525
---
2626

docs/speakers/speaker_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In generale sono solo piccoli accorgimenti di buon senso che permettono una prep
2121
!!! info
2222
Puoi usare il nostro slide deck per preparare la tua presentazione.
2323

24-
[SLIDE DECK :fontawesome-solid-file-powerpoint:](https://drive.google.com/drive/folders/1altPHTWz0vCQ-l3WKaewQ8xRVh5sZjGN){ .md-button }
24+
[SLIDE DECK](https://drive.google.com/drive/folders/1altPHTWz0vCQ-l3WKaewQ8xRVh5sZjGN){ .md-button }
2525

2626
---
2727

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ markdown_extensions:
257257
- footnotes
258258
- meta
259259
- md_in_html
260-
- pymdownx.emoji:
261-
emoji_index: !!python/name:material.extensions.emoji.twemoji
262-
emoji_generator: !!python/name:material.extensions.emoji.to_svg
260+
#- pymdownx.emoji:
261+
# emoji_index: !!python/name:material.extensions.emoji.twemoji
262+
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
263263
- toc:
264264
title: On this page
265265
permalink: true

poetry.lock

Lines changed: 534 additions & 515 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)