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
Upgrade pre-commit hooks and CI jobs
  • Loading branch information
lysnikolaou committed Feb 13, 2025
commit 441d67a01743d38bb76b9c62fb03da26917aca43
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
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@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
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: 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.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: df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
rev: 416de333cc58dce4453d1257769d7c9abdde95f7 # v1.0.2
hooks:
- id: powrap

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

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