ClangBuiltLinux / tc-build

A set of scripts to build LLVM and binutils
Apache License 2.0
219 stars 179 forks source link

tc_build: utils: Fix new Ruff warning (PIE808) #240

Closed nathanchance closed 1 year ago

nathanchance commented 1 year ago
tc_build/utils.py:63:42: PIE808 [*] Unnecessary `start` argument in `range`

This is the result of ruff check --fix ..