mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-29 03:02:27 +00:00
Adds comment about having cargo-pgo installed.
This commit is contained in:
parent
c6e04e3adc
commit
998b8b57b7
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
"""Creates Profile-Guided-Optimized binaries for ruff."""
|
||||
"""
|
||||
Creates Profile-Guided-Optimized binaries for ruff.
|
||||
Ensure `cargo-pgo` is installed and configured to run this code.
|
||||
"""
|
||||
|
||||
import json
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue