Skip to content

Commit 071808b

Browse files
committed
fix linting md
1 parent eb3a385 commit 071808b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ export AUTOREAD_DOTENV_QUIET=1
119119
`PYTHONWARNINGS` and `-W` are *not* an option here: they **cannot** name
120120
`AutoreadDotenvWarning`. The interpreter parses warning filters before `site` puts
121121
`site-packages` on `sys.path`, so a third-party category cannot be imported yet and the whole
122-
filter is silently dropped (`Invalid -W option ignored: invalid module name:
123-
'autoread_dotenv'`). Only built-in categories resolve there, so the closest `PYTHONWARNINGS`
124-
equivalent is the much broader `ignore::UserWarning`.
122+
filter is silently dropped (`Invalid -W option ignored: invalid module name: 'autoread_dotenv'`).
123+
Only built-in categories resolve there, so the closest `PYTHONWARNINGS` equivalent is the much broader `ignore::UserWarning`.
125124

126125
### Better: remove the cause
127126

0 commit comments

Comments
 (0)