Peter Hawkins 256e7220ff [JAX] Fix pylint errors.
* trailing-whitespace
* dangerous-default-value. None of these appear to be bugs in practice, but the potential for accidentally mutating the default value is there, and the cost of avoiding the problem is small.
* invalid-envvar-default. Pass strings as getenv() defaults.
* unnecessary-semicolon. Use tuples instead for this one-liner.
* invalid-hash-returned. Raise an exception rather than asserting false.
* pointless-string-statement. Use comments instead.
* unreachable. Use @unittest.skip() decorator rather than raising as first line in test.
* logging-not-lazy. Make the logging lazy.
* bad-format-string-type. Use f-string instead.
* subprocess-run-check. Pass check=...

PiperOrigin-RevId: 400858477
2021-10-04 17:54:46 -07:00
..
2021-09-08 23:29:20 +00:00
2021-09-09 17:03:35 -07:00
2021-10-04 17:54:46 -07:00
2021-08-01 20:13:02 -07:00
2021-03-08 10:44:52 -08:00
2021-09-10 18:52:47 -07:00
2021-08-04 16:55:13 -07:00
2021-08-04 16:55:13 -07:00
2021-09-10 18:52:47 -07:00
2021-09-27 09:48:27 -07:00
2019-08-29 18:15:36 -07:00
2020-10-15 11:10:56 -04:00
2021-09-24 09:59:10 -04:00
2021-09-27 09:48:27 -07:00
2021-08-04 16:55:13 -07:00
2021-05-05 11:40:22 -07:00
2021-08-04 16:55:13 -07:00
2019-10-09 17:45:09 +02:00

To rebuild the documentation, see Update Documentation.