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 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ msgid ""
2727"a document processor specifically written for the Python documentation."
2828msgstr ""
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
3433msgid ""
You can’t perform that action at this time.
0 commit comments