8000 Translate tutorial/introduction to complete MVP by lysnikolaou · Pull Request #585 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate tutorial/introduction to complete MVP #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 14, 2025
Prev Previous commit
Next Next commit
Revert changes to CI
  • Loading branch information
lysnikolaou committed Feb 14, 2025
commit 3b0fdc5f15e74d81dfea2f4656b9539ab265ed23
6 changes: 3 additions & 3 deletions .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: true
submodules: "true"
fetch-depth: 2
- name: Setup python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: 3.12
python-version: "3.x"
- name: Install system deps
run: |
sudo apt-get update
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
if: always()
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6.0
hooks:
- id: file-contents-sorter
files: "dictionaries/main.txt"
Expand All @@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer

- repo: https://git.afpy.org/AFPy/powrap
rev: 416de333cc58dce4453d1257769d7c9abdde95f7 # v1.0.2
rev: df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
hooks:
- id: powrap

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

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: ff671d6a030a3141634793e6d1e8909ab6091830 # v1.0.0
rev: ce6d7aeab24d60b6119dbad180540bf3c9ff31da # v0.9.1
hooks:
- id: sphinx-lint
0