From 316711d2615a61b5e1b3ba1eefbcffe563841e0a Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:59:09 -0500 Subject: [PATCH] Enable flake8-datetimez and flake8-future-annotations Ruff checks (#2815) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) 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