From 69d91f668a0f2f1b73e02ed58282a8195d8132eb Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Thu, 15 Dec 2022 07:21:20 -0500 Subject: [PATCH] Fix flake for future imports --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ac6c8e29..92d36ed8 100644 --- a/tox.ini +++ b/tox.ini @@ -76,9 +76,9 @@ ignore = ; FIx3 print_function 3.0 ; FIx4 unicode_literals 3.0 ; FIx5 generator_stop 3.7 -; ???? annotations 4.0 +; FIx8 annotations 4.0 ; FI90 __future__ import does not exist - FI50, FI51, FI53, FI54 + FI10, FI11, FI13, FI14, FI58 per-file-ignores = ; F401 imported but unused