summaryrefslogtreecommitdiff
path: root/.flake8
blob: 6581552aac7eacfdefef09de07b45929bf43be50 (plain)
1
2
3
4
5
6
7
8
9
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