File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# pylint: disable=invalid-name
2- """
3- Sphinx configuration.
2+ """Sphinx configuration.
43
54This file is execfile()d with the current directory set to its containing dir.
65Not all possible configuration values are present in this autogenerated file.
Original file line number Diff line number Diff line change 1- """
2- autoread_dotenv.__init__.
1+ """autoread_dotenv.__init__.
32
43We assume following directory-structure:
54The virtualenv of your project **must** be created as a
Original file line number Diff line number Diff line change 1- """
2- autoread_dotenv.about.
1+ """autoread_dotenv.about.
32
43Fetch metadata from the package's pyproject.toml.
54The package must be properly installed in order the metadata to be available.
Original file line number Diff line number Diff line change 1- """
2- autoread_dotenv.utils.
1+ """autoread_dotenv.utils.
32
43We assume following directory-structure:
54The virtualenv of your project **must** be created as a
@@ -64,8 +63,7 @@ def simple_message(message: str) -> str:
6463
6564
6665def get_dotenv_path () -> pl .Path | None :
67- """
68- Return the location of the .env for in-project virtualenvs.
66+ """Return the location of the .env for in-project virtualenvs.
6967
7068 Return None of the .env-file does not exist.
7169 """
Original file line number Diff line number Diff line change 11# pylint: disable=import-outside-toplevel
2- """
3- conftest.py - custom pytest-plugins.
2+ """conftest.py - custom pytest-plugins.
43
54For more information about conftest.py, please see:
65
You can’t perform that action at this time.
0 commit comments