1. 24 Mar, 2021 1 commit
  2. 23 Mar, 2021 9 commits
  3. 22 Mar, 2021 10 commits
  4. 20 Mar, 2021 2 commits
  5. 19 Mar, 2021 8 commits
  6. 18 Mar, 2021 6 commits
  7. 17 Mar, 2021 3 commits
  8. 16 Mar, 2021 1 commit
    • 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