Enable flake8-datetimez and flake8-future-annotations Ruff checks (#2815)
This commit is contained in:
parent
091a070e4e
commit
316711d261
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue