mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
[core] Enable ruff DTZ (flake8-datetimez) lint family (#16660)
This commit is contained in:
@@ -113,6 +113,7 @@ exclude = ['generated']
|
||||
select = [
|
||||
"B", # flake8-bugbear
|
||||
"C4", # flake8-comprehensions
|
||||
"DTZ", # flake8-datetimez
|
||||
"E", # pycodestyle
|
||||
"EXE", # flake8-executable
|
||||
"F", # pyflakes/autoflake
|
||||
|
||||
Reference in New Issue
Block a user