Implement --isolated CLI flag (#1727)

Closes #1724.
This commit is contained in:
Charlie Marsh
2023-01-07 18:43:58 -05:00
committed by GitHub
parent 1c6ef3666c
commit 7d24146df7
4 changed files with 22 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ Thank you for taking the time to report an issue! We're glad to have you involve
If you're filing a bug report, please consider including the following information:
- A minimal code snippet that reproduces the bug.
- The command you invoked (e.g., `ruff /path/to/file.py --fix`).
- The command you invoked (e.g., `ruff /path/to/file.py --fix`), ideally including the `--isolated` flag.
- The current Ruff settings (any relevant sections from your `pyproject.toml`).
- The current Ruff version (`ruff --version`).
-->