File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,18 @@ jobs:
12
12
name : Run pre-commit.ci
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
with :
17
17
submodules : " true"
18
18
fetch-depth : 2
19
19
- name : Setup python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
21
21
with :
22
22
python-version : " 3.x"
23
- cache : " pip"
24
23
- name : Install system deps
25
24
run : |
26
25
sudo apt-get update
27
26
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
28
- -
uses :
pre-commit/[email protected]
29
- -
uses :
pre-commit-ci/[email protected]
27
+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
28
+ - uses : pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
30
29
if : always()
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6.0
3
+ rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6.0
4
4
hooks :
5
5
- id : file-contents-sorter
6
6
files : " dictionaries/main.txt"
9
9
- id : check-yaml
10
10
- id : end-of-file-fixer
11
11
12
- - repo : https://github.com/JulienPalard /powrap
13
- rev : v1.0.1
12
+ - repo : https://git.afpy.org/AFPy /powrap
13
+ rev : df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
14
14
hooks :
15
15
- id : powrap
16
16
17
- - repo : https://git.afpy.org/AFPy/pospell.git
18
- rev : v1.3
17
+ - repo : https://git.afpy.org/AFPy/pospell
18
+ rev : 8b753bde26fe612ba397a4b4aafa7a0560402805 # v1.3
19
19
hooks :
20
20
- id : pospell
21
21
args :
22
22
- " --language=el_GR"
23
23
- " --personal-dict=dictionaries/main.txt"
24
24
25
25
- repo : https://github.com/sphinx-contrib/sphinx-lint
26
- rev : v0.9.1
26
+ rev : ce6d7aeab24d60b6119dbad180540bf3c9ff31da # v0.9.1
27
27
hooks :
28
28
- id : sphinx-lint
You can’t perform that action at this time.
0 commit comments