• Revan Sopher's avatar
    Add pylint wrapper extracted from TensorFlow CI. (#9793) · 3eedb03c
    Revan Sopher authored
    TensorFlow uses a subset of pylint functionality. Script will download the latest pylint rules from the main repo at runtime.
    
    Requires `python3.8 -m pip install pylint==2.4.4`.
    This will eventually be run on-PR in this repo, but first we'll have to fix the ~900 existing violations.
    Script should be usable manually for now -- call it from within a subdirectory to avoid processing the entire repo.
    3eedb03c
pylint.sh 5.26 KB