Skip to content

Commit 9e0611a

Browse files
author
Itom Build Server
committed
Updated pre-commit instructions
1 parent aa273c8 commit 9e0611a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Qitom/translation/qitom_de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8266,15 +8266,15 @@ or correct the base directory in the preferences dialog of itom.</source>
82668266
<source>The home directory of Python is currently set to the non-existing directory &apos;%s&apos;
82678267
Python cannot be started. Please set either the environment variable PYTHONHOME to the base directory of python
82688268
or correct the base directory in the property dialog of itom.</source>
8269-
<translation type="vanished">Das Stammverzeichnis von Python ist aktuell auf ein nicht existierendes Verzeichnis gesetzt (&apos;%s&apos;)
8269+
<translation type="obsolete">Das Stammverzeichnis von Python ist aktuell auf ein nicht existierendes Verzeichnis gesetzt (&apos;%s&apos;)
82708270
Python kann nicht gestartet werden. Bitte entweder im System die Umgebungsvariable &apos;PYTHONHOME&apos; mit dem Stammverzeichnis von Python setzen
82718271
oder in itom unter Optionen das Python-Verzeichnis korrigieren.</translation>
82728272
</message>
82738273
<message>
82748274
<source>The built-in library path of Python could not be found. The current home directory is &apos;%s&apos;
82758275
Python cannot be started. Please set either the environment variable PYTHONHOME to the base directory of python
82768276
or correct the base directory in the preferences dialog of itom.</source>
8277-
<translation type="vanished">Das Verzeichnis zur &apos;built-in library&apos; von Python wurde nicht gefunden. Der aktuelle Pfad des Python-Stammverzeichnisses lautet &apos;%s&apos;
8277+
<translation type="obsolete">Das Verzeichnis zur &apos;built-in library&apos; von Python wurde nicht gefunden. Der aktuelle Pfad des Python-Stammverzeichnisses lautet &apos;%s&apos;
82788278
Python kann nicht gestartet werden. Bitte entweder im System die Umgebungsvariable &apos;PYTHONHOME&apos; mit dem Stammverzeichnis von Python setzen
82798279
oder in itom unter Optionen das Python-Verzeichnis korrigieren.</translation>
82808280
</message>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python -m pre_commit install
5353
It's usually a good idea to run the hooks against all of the files when adding new hooks (usually ``pre-commit`` will only run on the changed files during git hooks).
5454

5555
```bash
56-
python -m pre_commit run --all-files
56+
python -m pre-commit run --all-files
5757
```
5858

5959
## Licensing

docs/userDoc/source/12_contributing/git_pre_commit_hooks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pre_commits can be executed manually:
2626

2727
.. code-block:: bash
2828
29-
python -m pre_commit run --all-files
29+
python -m pre-commit run --all-files
3030
3131
A practical tip is to also run pre_commits manually to reduce frustration when you want or need to create a commit.
3232
Failed hooks ensure that a commit cannot be set.
@@ -35,4 +35,4 @@ To execute specific hooks, their names can be passed as an additional argument (
3535

3636
.. code-block:: bash
3737
38-
python -m pre_commit run --all-files codespell
38+
python -m pre-commit run --all-files codespell

docs/userDoc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
intersphinx_mapping = {
418418
"python": ("https://docs.python.org/3", (None, "python3.12-inv.txt")),
419419
"numpy": ("https://numpy.org/doc/stable", (None, "numpy1.26-inv.txt")),
420-
"scipy": ("https://docs.scipy.org/doc/scipy", (None, "scipy1.13.0-inv.txt")),
421-
"matplotlib": ("https://matplotlib.org", (None, "matplotlib3.8.4-inv.txt")),
420+
"scipy": ("https://docs.scipy.org/doc/scipy", (None, "scipy1.14.0-inv.txt")),
421+
"matplotlib": ("https://matplotlib.org", (None, "matplotlib3.9.2-inv.txt")),
422422
"pandas": ("https://pandas.pydata.org/docs/", (None, "pandas2.2.2-inv.txt")),
423423
}

docs/userDoc/source/config_html/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
intersphinx_mapping = {
311311
"python": ("https://docs.python.org/3", (None, "python3.8-inv.txt")),
312312
"numpy": ("https://numpy.org/doc/stable", (None, "numpy1.22-inv.txt")),
313-
"scipy": ("https://docs.scipy.org/doc/scipy", (None, "scipy1.13.0-inv.txt")),
313+
"scipy": ("https://docs.scipy.org/doc/scipy", (None, "scipy1.14.0-inv.txt")),
314314
"matplotlib": ("https://matplotlib.org", (None, "matplotlib3.8.4-inv.txt")),
315315
"pandas": ("https://pandas.pydata.org/docs/", (None, "pandas2.2.2-inv.txt")),
316316
}

0 commit comments

Comments
 (0)