Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quiet pylint on code in tests/, math import.
disallowed-name picks up on 'foo' name used in tests. The rest of the disallowed names are not something I'd use in src/, anyway. On macOS the 'math' module apparently has C bindings, and pylint wasn't correctly seeing math.isnan; c.f. pylint-dev/pylint#4592
- Loading branch information