From d309484fa7331fde862ff5f248118d26bd94f672 Mon Sep 17 00:00:00 2001 From: Doug Turnbull Date: Tue, 26 Dec 2023 10:22:29 -0500 Subject: [PATCH] Cleanup .flake8 --- .flake8 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.flake8 b/.flake8 index 538f1ba..dca47d2 100644 --- a/.flake8 +++ b/.flake8 @@ -8,6 +8,3 @@ ignore = W503, # we don't require docstrings by default D100, D101, D102, D103, D104, D105, D106, D107, - # this check is overly picky about RNG usage when it might not matter - # https://github.snooguts.net/reddit/docker-reddit-lint.py/pull/2 - DUO102,