From 4b4fa67f3bff3d213cb619ba1b58dbcf502dc357 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 2 Oct 2020 16:19:18 +0200 Subject: [PATCH] Ensure that functions are well typed --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b4ddba8..ea654e4 100644 --- a/tox.ini +++ b/tox.ini @@ -17,8 +17,8 @@ commands = [testenv:linters] deps = flake8 + flake8-annotations flake8-colors - flake8-import-order flake8-typing-imports pep8-naming pyflakes @@ -26,7 +26,7 @@ commands = flake8 main.py dungeonbattle [flake8] -ignore = W503, I100, I101 +ignore = W503 exclude = .tox, .git,