File tree Expand file tree Collapse file tree 8 files changed +557
-524
lines changed Expand file tree Collapse file tree 8 files changed +557
-524
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
default_stages : [commit, push]
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.4 .0
7
+ rev : v4.5 .0
8
8
hooks :
9
9
- id : check-added-large-files # Prevent giant files from being committed
10
10
args : [--maxkb=5000]
18
18
exclude : ^.vscode
19
19
20
20
- repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
21
- rev : 0.2.1
21
+ rev : 0.2.3
22
22
hooks :
23
23
- id : yamlfmt
24
24
Original file line number Diff line number Diff line change 3
3
install_pre_commit : # # configure and install pre commit tool
4
4
@poetry run pre-commit install
5
5
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
+
6
20
uninstall_pre_commit : # # configure and install pre commit tool
7
21
@poetry run pre-commit uninstall
8
22
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ We are always excited to have new speakers to learn new things and allow everyon
19
19
!!! info
20
20
** Volunteer as a speaker**
21
21
22
- [Contact us! :fontawesome-solid-circle-info: ](https://info.pythonbiellagroup.it/){ .md-button }
22
+ [Contact us!](https://info.pythonbiellagroup.it/){ .md-button }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Siamo sempre entusiasti di avere nuovi speaker per poter imparare cose nuove e p
19
19
!!! info
20
20
** Proponiti come speaker**
21
21
22
- [Contattaci! :fontawesome-solid-circle-info: ](https://info.pythonbiellagroup.it/){ .md-button }
22
+ [Contattaci!](https://info.pythonbiellagroup.it/){ .md-button }
23
23
24
24
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We have compiled simple guidelines based on feedback from members of the communi
20
20
!!! info
21
21
You can use our slide deck to prepare your showcase
22
22
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 }
24
24
25
25
---
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ In generale sono solo piccoli accorgimenti di buon senso che permettono una prep
21
21
!!! info
22
22
Puoi usare il nostro slide deck per preparare la tua presentazione.
23
23
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 }
25
25
26
26
---
27
27
Original file line number Diff line number Diff line change @@ -257,9 +257,9 @@ markdown_extensions:
257
257
- footnotes
258
258
- meta
259
259
- 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
263
263
- toc :
264
264
title : On this page
265
265
permalink : true
You can’t perform that action at this time.
0 commit comments