mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:55:05 +00:00
[core] Enable ruff PYI (flake8-pyi) lint family (#16654)
This commit is contained in:
@@ -126,6 +126,7 @@ select = [
|
||||
"NPY", # numpy-specific rules
|
||||
"PERF", # performance
|
||||
"PL", # pylint
|
||||
"PYI", # flake8-pyi
|
||||
"Q", # flake8-quotes
|
||||
"RSE", # flake8-raise
|
||||
"SIM", # flake8-simplify
|
||||
|
||||
Reference in New Issue
Block a user