Commit Graph

4 Commits

Author SHA1 Message Date
Hugo van Kemenade
b72c0dd9a3 Remove redundant compatibility code (#3097)
We no longer support Python 2 so we can remove
the compatibility code we had in place for that version.
2019-09-12 06:10:27 -05:00
Danny Hermes
7100b3949f Allow a . as a prefix for Sphinx name resolution. (#3058)
For context see https://github.com/PyCQA/pylint/issues/1502#issuecomment-448535694

In this issue it was agreed that `re.error`, `~re.error` and `!re.error` would all be accepted. However, it's also common in Sphinx to use a `.` prefix for local references.
2019-08-16 17:15:43 +02:00
Pierre Sassoulas
eae3436de8 [black style] Apply black style on unformatted python file 2019-07-22 12:39:50 +02:00
Ashley Whetter
33b8185a45 Stopped installing tests with package 2019-06-20 10:02:14 +02:00