Enable flake8-datetimez and flake8-future-annotations Ruff checks (#2815)

This commit is contained in:
correctmost 2024-11-15 19:59:09 -05:00 committed by GitHub
parent 091a070e4e
commit 316711d261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -177,9 +177,11 @@ line-length = 220
select = [
"ASYNC", # flake8-async
"C90", # mccabe
"DTZ", # flake8-datetimez
"E", # pycodestyle errors
"EXE", # flake8-executable
"F", # Pyflakes
"FA", # flake8-future-annotations
"FLY", # flynt
"G", # flake8-logging-format
"ICN", # flake8-import-conventions