Skip to content

Commit 37660a1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c27007f commit 37660a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Base options
534534
- ✅
535535
- ✅
536536
- ✅
537-
537+
538538

539539

540540
More environment variable-related information

src/tox/tox_env/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _default_pass_env(self) -> list[str]: # noqa: PLR6301
220220
"HOME", # needed for `os.path.expanduser()` on non-Windows systems
221221
"FORCE_COLOR", # force color output
222222
"NO_COLOR", # disable color output
223-
"NETRC", # used by pip and netrc modules
223+
"NETRC", # used by pip and netrc modules
224224
]
225225
if sys.stdout.isatty(): # if we're on a interactive shell pass on the TERM
226226
env.append("TERM")

0 commit comments

Comments
 (0)