On Tuesday 22 March 2011, Daniel Catarino Biscalchin wrote: > I have an idea for a project that is, basically, creating configuration > files separated for each project, so they can be versioned using a > software such as SVN or GIT. Maybe this idea is already implemented (and > I didn't find it) or maybe it is not appropriate for a GSoC project.
If you put a file named "pylintrc" in the top level directory of the project, pylint will use the settings from that file. Is that what you were looking for? > In > these cases, we could discuss how to improve the idea or even change to > other project (perhaps one in the list of suggestions). Maybe there is something interesting in the tickets labeled "enhancement": http://www.logilab.org/project/pylint Note: I'm just a pylint user, I'm currently not involved in its development. Bye, Maarten _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
