[core] Enable ruff DTZ (flake8-datetimez) lint family (#16660)

This commit is contained in:
J. Nick Koston
2026-05-26 15:29:38 -05:00
committed by GitHub
parent bac62cb7de
commit 96816e2491
12 changed files with 40 additions and 28 deletions

View File

@@ -113,6 +113,7 @@ exclude = ['generated']
select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"DTZ", # flake8-datetimez
"E", # pycodestyle
"EXE", # flake8-executable
"F", # pyflakes/autoflake