From ae1ad0e2bf15a3043326c008a7a7b048050dec49 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 8 Dec 2015 15:41:49 -0600 Subject: [PATCH] Add design note that has been roaming my brain --- DESIGN.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DESIGN.rst b/DESIGN.rst index c5b5e82..7cdada3 100644 --- a/DESIGN.rst +++ b/DESIGN.rst @@ -72,6 +72,8 @@ errors so those plugins can auto-fix the problems in the file. See https://gitlab.com/pycqa/flake8/issues/84 +.. note:: Will probably need a Trie implementation for this + .. _reporter-plugins: Support for Plugins that Format Output