home · contact · privacy
Re-structure whole code into more package-typical file modularity.
[plomtask] / .pylintrc
1 [BASIC]
2 init-hook='import sys; sys.path.append(".")'
3 good-names-rgxs=do_(GET|POST)(_[a-z]+)?,test_[A-Z]+