From d32c15206be6a1a726a57eea614de4856d5473d8 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 1 Jan 2022 14:26:34 +0000 Subject: Allow AoC join to be ran in the month before and after the event --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index af87e6fc..f561fcd9 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,11 @@ ignore= # Docstring Quotes D301,D302, # Docstring Content - D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417 + D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417, # Type Annotations - ANN002,ANN003,ANN101,ANN102,ANN204,ANN206 + ANN002,ANN003,ANN101,ANN102,ANN204,ANN206, + # Binary operators over multiple lines + W504, exclude= __pycache__,.cache, venv,.venv, -- cgit v1.2.3