Skip to content

Commit f55403a

Browse files
committed
formatting according to update rules
1 parent c8d3311 commit f55403a

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pylint: disable=invalid-name
2-
"""
3-
Sphinx configuration.
2+
"""Sphinx configuration.
43
54
This file is execfile()d with the current directory set to its containing dir.
65
Not all possible configuration values are present in this autogenerated file.

src/autoread_dotenv/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""
2-
autoread_dotenv.__init__.
1+
"""autoread_dotenv.__init__.
32
43
We assume following directory-structure:
54
The virtualenv of your project **must** be created as a

src/autoread_dotenv/about.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""
2-
autoread_dotenv.about.
1+
"""autoread_dotenv.about.
32
43
Fetch metadata from the package's pyproject.toml.
54
The package must be properly installed in order the metadata to be available.

src/autoread_dotenv/utils.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""
2-
autoread_dotenv.utils.
1+
"""autoread_dotenv.utils.
32
43
We assume following directory-structure:
54
The virtualenv of your project **must** be created as a
@@ -64,8 +63,7 @@ def simple_message(message: str) -> str:
6463

6564

6665
def 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
"""

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pylint: disable=import-outside-toplevel
2-
"""
3-
conftest.py - custom pytest-plugins.
2+
"""conftest.py - custom pytest-plugins.
43
54
For more information about conftest.py, please see:
65

0 commit comments

Comments
 (0)