home · contact · privacy
Add Day.all() date ranging test.
[plomtask] / .pylintrc
index 45e0778ce1b134aa73fbcdd9f6db12cadd61eb2d..80339836e456f9e97a56f4deeab696752fe18a7c 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,3 +1,3 @@
 [BASIC]
-
-good-names-rgx=do_(GET|POST)(_[a-z]+)?
+init-hook='import sys; sys.path.append(".")'
+good-names-rgxs=do_(GET|POST)(_[a-z]+)?,test_[A-Z]+