Commits on Source (6)
-
Dustin Ingram authored
-
Michael Hudson-Doyle authored
to avoid DeprecationWarnings with Python 3.6
-
Matthias Bussonnier authored
According to pep 0487, the `__init_subclass__` method is implicitly considered a classmethod. Thus it should be considered as an exception of N804/N805 (first argument should be named self/cls). This is already implemented for `__new__` so extend using the same logic.
-
Ian Stapleton Cordasco authored
Correct N804/N805 for __init_subclass__
-
Ian Stapleton Cordasco authored
make some regexps raw strings
-
Ian Stapleton Cordasco authored
Drop Python 2.6 support
Showing
- .travis.yml 0 additions, 2 deletions.travis.yml
- pep8ext_naming.py 1 addition, 1 deletionpep8ext_naming.py
- run_tests.py 2 additions, 2 deletionsrun_tests.py
- testsuite/N804.py 3 additions, 0 deletionstestsuite/N804.py
- testsuite/N805.py 5 additions, 0 deletionstestsuite/N805.py
- tox.ini 1 addition, 1 deletiontox.ini