8000 Revert changes to CI · python/python-docs-el@3b0fdc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b0fdc5

Browse files
committed
Revert changes to CI
1 parent 16dfbc6 commit 3b0fdc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/precommit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
17-
submodules: true
17+
submodules: "true"
1818
fetch-depth: 2
1919
- name: Setup python
2020
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2121
with:
22-
python-version: 3.12
22+
python-version: "3.x"
2323
- name: Install system deps
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
2727
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
28-
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
28+
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
2929
if: always()

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
3+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6.0
44
hooks:
55
- id: file-contents-sorter
66
files: "dictionaries/main.txt"
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111

1212
- repo: https://git.afpy.org/AFPy/powrap
13-
rev: 416de333cc58dce4453d1257769d7c9abdde95f7 # v1.0.2
13+
rev: df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
1414
hooks:
1515
- id: powrap
1616

@@ -23,6 +23,6 @@ repos:
2323
- "--personal-dict=dictionaries/main.txt"
2424

2525
- repo: https://github.com/sphinx-contrib/sphinx-lint
26-
rev: ff671d6a030a3141634793e6d1e8909ab6091830 # v1.0.0
26+
rev: ce6d7aeab24d60b6119dbad180540bf3c9ff31da # v0.9.1
2727
hooks:
2828
- id: sphinx-lint

0 commit comments

Comments
 (0)
0