From cb3a0ce4da517d6fa6697993b4cd735728b82bf4 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 9 Oct 2020 16:56:52 +0200 Subject: [PATCH] Ignore type annotation for self, cls or special functions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 56a262c..72c18d6 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = flake8 main.py dungeonbattle [flake8] -ignore = W503 +ignore = W503 ANN002 ANN03 ANN101 ANN102 ANN204 exclude = .tox, .git,