]> git.cworth.org Git - turbot/blobdiff - .flake8
Use a set instead of a list for a puzzle's solution
[turbot] / .flake8
diff --git a/.flake8 b/.flake8
index f31fa665927abbd3a03330abc4ebb009ccf8f1f0..45750546d34811fee266e52bf017536692904ff3 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -1,2 +1,2 @@
 [flake8]
-ignore = E251, E305, E302, W503, E201, E202, E225, E226, E203
+ignore = E251, E305, E302, W503, E201, E202, E225, E226, E203, W504