diff --git a/.flake8 b/.flake8
index 5701df707c82aa801b4a6bb80a98a56b42cb1e8c..8c53c3999087bc8544b86addf2284f18466aae62 100644
--- a/.flake8
+++ b/.flake8
@@ -1,6 +1,3 @@
 [flake8]
 max-line-length=120
-exclude=pystencils/jupyter.py,
-        pystencils/plot.py
-        pystencils/session.py
-ignore = W293 W503 W291 C901 E741
+ignore = W503 C901 E741