You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,7 +127,7 @@ straightforward, and you just can use the example ``noxfile.py`` below.
127
127
128
128
.. attention::
129
129
130
-
Keep in mind that the current path may not be included in the :code:`PYTHONPATH`, depending on the operating system you are using. This is explained in more detail in this resource: https://fedoraproject.org/wiki/Changes/PythonSafePath. Thus, it might be necessary to properly set the :code:`PYTHONPATH` before running nox. This is because our nox tasks expect the `noxconfig` module to be located within the python path.
130
+
Keep in mind that the current path may not be included in the :code:`PYTHONPATH`, depending on the operating system you are using. This is explained in more detail in this resource: https://fedoraproject.org/wiki/Changes/PythonSafePath. Thus, it might be necessary to properly set the :code:`PYTHONPATH` before running nox. This is because our nox sessions expect the `noxconfig` module to be located within the python path.
131
131
132
132
For additional information on resolving this issue, please :ref:`refer to <faq_no_module_noxconfig>`.
133
133
@@ -136,7 +136,7 @@ straightforward, and you just can use the example ``noxfile.py`` below.
136
136
137
137
#. Add a :code:`.pre-commit-config.yaml` file to your project root
138
138
139
-
If you want to reuse Nox tasks in the pre-commit hooks, feel free to get some inspiration from the Python toolbox itself:
139
+
If you want to reuse Nox sessions in the pre-commit hooks, feel free to get some inspiration from the Python toolbox itself:
0 commit comments