Revert "Enable all flake8-logging-format rules (#164655)"

This reverts commit e98c4e835b1db22092fc93b49d2cddd7b3537d1f.

Reverted https://github.com/pytorch/pytorch/pull/164655 on behalf of https://github.com/malfet due to Looks like it broke lint in trunk, see bd3b98a8a5/1 ([comment](https://github.com/pytorch/pytorch/pull/164655#issuecomment-3379209309))
This commit is contained in:
PyTorch MergeBot
2025-10-08 00:55:17 +00:00
parent bd3b98a8a5
commit f713abab16
2 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,8 @@ ignore = [
"EXE001",
"F405",
"FURB122", # writelines
# these ignores are from flake8-logging-format; please fix!
"G101",
# these ignores are from ruff NPY; please fix!
"NPY002",
# these ignores are from ruff PERF; please fix!