/ thirdparty / hyperfine / scripts / ruff.toml
ruff.toml
1  target-version = "py310"
2  
3  [lint]
4  extend-select = ["I", "UP", "RUF"]