removing --config flag

This commit is contained in:
Vaibhav159
2024-12-18 00:47:00 +05:30
parent 4208d2d7c4
commit 53049adeea

View File

@@ -230,7 +230,7 @@ Install the
1. **Name**: `Ruff formatter`
2. **File type**: `Python`
3. **Working directory**: `$ContentRoot$`
4. **Arguments**: `format $FilePath$ --config pyproject.toml`
4. **Arguments**: `format $FilePath$`
5. **Program**: `$PyInterpreterDirectory$/ruff`
## Contributing