I'm using elpy to code in Python, along with flymake to help with style/syntax checking.
The problem being that I have my habit, and I like to sometimes put 2 blank lines between methods of the same class, which inevitably triggers the following :
E303 : too many blank lines (2)
.
Now I'd like, or to have flymake ignore this specific error, or to edit the file where these rules are written, to trigger for instance a warning from 3 blank lines, and not 2.
How could I do that ?
Thanks.
Edit : I'm using GNU emacs 24.5.1 on Ubuntu 16.04