Commit eea58dd
committed
fix: keep the troubleshooting snippet ASCII-only
`tests/test_examples.py` pipes every code block in `docs/troubleshooting.md`
through ruff, and on Windows that pipe is cp1252, not UTF-8: a `…` in the
snippet reached ruff as invalid UTF-8 and failed every Windows job. The
character carried no meaning the prose didn't already.1 parent 4c2c11a commit eea58dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments