diff --git a/pyproject.toml b/pyproject.toml index 78699ada..4dea0de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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