Skip to content

Commit 9ce2eea

Browse files
committed
test
1 parent a51316e commit 9ce2eea

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/pre-commit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ~/.cache/pre-commit
3131

3232
- name: Run pre-commit
33-
run: pre-commit run --all-files --show-diff-on-failure
33+
run: pre-commit run --show-diff-on-failure
3434

3535
- name: Run pre-commit-ci-lite
3636
uses: pre-commit-ci/lite-action@v1.0.1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
additional_dependencies: ["sphinx-lint"]
2626
files: \.po$
2727

28-
- repo: https://github.com/AFPy/powrap
29-
rev: v1.0.0
28+
- repo: https://github.com/egeakman/powrap
29+
rev: v1.0.1
3030
hooks:
3131
- id: powrap
3232
name: Run powrap on .po files
33-
pass_filenames: false
33+
files: \.po$
3434

3535
- repo: https://github.com/psf/black
3636
rev: 23.1.0

about.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ msgid ""
2727
"a document processor specifically written for the Python documentation."
2828
msgstr ""
2929
"Bu dokümanlar, Python dokümanları için özel olarak yazılmış bir doküman "
30-
"işlemcisi olan `Sphinx`_ tarafından `reStructuredText`_ kaynaklarından "
31-
"oluşturulur."
30+
"işlemcisi olan `Sphinx`_ tarafından `reStructuredText`_ kaynaklarından oluşturulur."
3231

3332
#: about.rst:15
3433
msgid ""

0 commit comments

Comments
 (0)