Xavier de Gaye <xdeg...@gmail.com> added the comment:

Thanks for the link Gregory. I will write a script based on ast and check its 
output against pylint and against the current script based on tokenize.

The travis() function of Tools/scripts/patchcheck.py may be modified to import 
this script and run it only on files modified by the PR. This may allow the 
pre-commit duplicate check to be installed without waiting for the python test 
suite to be cleaned if the existing duplicates are temporarily added to the 
ignored_duplicates file (assuming an issue has been entered for each one of 
those existing duplicates with a note saying to remove the entry in 
ignored_duplicates when the issue is fixed). Indeed, issues #19113 and #19119 
are still open after they have been entered 5 years ago.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue16079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to