mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:09:12 +00:00
[core] Enable ruff PGH (pygrep-hooks) lint family (#16651)
This commit is contained in:
@@ -127,6 +127,7 @@ select = [
|
||||
"LOG", # flake8-logging
|
||||
"NPY", # numpy-specific rules
|
||||
"PERF", # performance
|
||||
"PGH", # pygrep-hooks
|
||||
"PIE", # flake8-pie
|
||||
"PL", # pylint
|
||||
"PTH", # flake8-use-pathlib
|
||||
|
||||
Reference in New Issue
Block a user