Re: What Python/Django code checkers do you recommend?...

2016-04-11 Thread Christian Ledermann
A good start is running flake8 with various plugins on the CI, and/or pre-commit. As you have a large codebase do not try to fix everything at once, you'd just get overwhelmed with all the violations reported. On 10 April 2016 at 14:21, Avraham Serour wrote: > I use all, specially because they a

Re: What Python/Django code checkers do you recommend?...

2016-04-10 Thread Avraham Serour
I use all, specially because they are free for open source On Fri, Apr 8, 2016 at 7:00 PM, Fred Stluka wrote: > Python/Django programmers, > > What code review tools do you use? Do you run them automatically > when checking in new code? Do you recommend them? > > Details: > > I'm working on a

What Python/Django code checkers do you recommend?...

2016-04-08 Thread Fred Stluka
Python/Django programmers, What code review tools do you use?  Do you run them automatically when checking in new code?  Do you recommend them? Details: I'm working on a large Python/Django Web app (1,000 files, 200,000 lines of code, 3.5 years) and spe