File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 30
30
path : ~/.cache/pre-commit
31
31
32
32
- name : Run pre-commit
33
- run : pre-commit run --all-files -- show-diff-on-failure
33
+ run : pre-commit run --show-diff-on-failure
34
34
35
35
- name : Run pre-commit-ci-lite
36
36
uses : pre-commit-ci/lite-action@v1.0.1
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ repos:
25
25
additional_dependencies : ["sphinx-lint"]
26
26
files : \.po$
27
27
28
- - repo : https://github.com/AFPy /powrap
29
- rev : v1.0.0
28
+ - repo : https://github.com/egeakman /powrap
29
+ rev : v1.0.1
30
30
hooks :
31
31
- id : powrap
32
32
name : Run powrap on .po files
33
- pass_filenames : false
33
+ files : \.po$
34
34
35
35
- repo : https://github.com/psf/black
36
36
rev : 23.1.0
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ msgid ""
27
27
"a document processor specifically written for the Python documentation."
28
28
msgstr ""
29
29
"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."
32
31
33
32
#: about.rst:15
34
33
msgid ""
You can’t perform that action at this time.
0 commit comments