summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake810
1 files changed, 10 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..6581552a
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,10 @@
+# Configuration file for flake 8. This is used by "make lint" and by the
+# GIT commit hook script.
+# T001 = print() statement
+
+[flake8]
+per-file-ignores =
+ setup.py:T001
+ scripts/*:T001
+ psutil/tests/runner.py:T001
+ psutil/tests/test_memory_leaks.py:T001