mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
This PR enables all PIE rules on ruff, there are already some enabled rules from this family, the new added rules are
```
PIE796 Enum contains duplicate value: {value}
PIE808 Unnecessary start argument in range
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165814
Approved by: https://github.com/ezyang
|
||
|---|---|---|
| .. | ||
| batch_box_cox_avx512.cc | ||
| batch_box_cox_sve128.cc | ||
| batch_box_cox_vec.h | ||
| CMakeLists.txt | ||
| common_avx.cc | ||
| common_avx2.cc | ||
| common_sve.cc | ||
| common.h | ||
| embedding_lookup_idx_avx2.cc | ||
| embedding_lookup_idx_sve.cc | ||
| embedding_lookup_idx.cc | ||
| embedding_lookup_idx.h | ||
| hp_emblookup_codegen.py | ||
| sve_emblookup_codegen.py | ||