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 = [
|
select = [
|
||||||
"ASYNC", # flake8-async
|
"ASYNC", # flake8-async
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
|
"DTZ", # flake8-datetimez
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
"EXE", # flake8-executable
|
"EXE", # flake8-executable
|
||||||
"F", # Pyflakes
|
"F", # Pyflakes
|
||||||
|
"FA", # flake8-future-annotations
|
||||||
"FLY", # flynt
|
"FLY", # flynt
|
||||||
"G", # flake8-logging-format
|
"G", # flake8-logging-format
|
||||||
"ICN", # flake8-import-conventions
|
"ICN", # flake8-import-conventions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue