File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
ref : ${{ github.event.pull_request.head.ref }}
86
86
87
87
- name : Run code embedder
88
- uses : kvankova/code-embedder@v1.0.2
88
+ uses : kvankova/code-embedder@v1.1.0
89
89
env :
90
90
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
91
91
@@ -101,7 +101,7 @@ You can set up **Code Embedder** as a pre-commit hook using either:
101
101
### A. Installation via PyPI
102
102
Install the package:
103
103
``` bash
104
- pip install code-embedder==v1.0.2
104
+ pip install code-embedder==v1.1.0
105
105
```
106
106
107
107
Your ` .pre-commit-config.yaml ` file should look like this:
@@ -118,7 +118,7 @@ Your `.pre-commit-config.yaml` file should look like this:
118
118
Alternatively, you can reference the repository directly in your ` .pre-commit-config.yaml` file:
119
119
` ` ` yaml
120
120
- repo: https://github.com/kvankova/code-embedder
121
- rev: v1.0.2
121
+ rev: v1.1.0
122
122
hooks:
123
123
- id: code-embedder
124
124
name: Code embedder
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " code-embedder"
3
- version = " v1.0.2 "
3
+ version = " v1.1.0 "
4
4
description = " Embed python code from script to markdown"
5
5
authors = [
" Katerina Vankova <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments