imports
~~~~~~~
| [2] missing-dependency-for-import

pyflakes
~~~~~~~~
| [ ] pyflakes-duplicate-argument
| [ ] pyflakes-import-shadowed-by-loop-var
| [ ] pyflakes-import-star-used
| [ ] pyflakes-late-future-import
| [ ] pyflakes-redefined-function
| [ ] pyflakes-redefined-while-unused
| [ ] pyflakes-undefined-export
| [ ] pyflakes-undefined-local
| [ ] pyflakes-undefined-name
| [X] pyflakes-undefined-name-underscore
| [ ] pyflakes-unused-import
| [ ] pyflakes-unused-variable

extensions
~~~~~~~~~~
| [X] extension-compiled-for-wrong-version
| [X] extension-is-symlink
| [X] extension-linked-with-libpython
| [X] extension-uses-old-pyrex-import-type
| [X] extension-with-soname
| [X] python3-extension-without-abi-tag
| [X] static-extension

scripts
~~~~~~~
| [ ] usr-bin-env-python-shebang
| [X] versioned-python-shebang

bytecompilation
~~~~~~~~~~~~~~~
| [ ] insufficient-dependency-on-byte-compilation-helper
| [X] missing-dependency-on-byte-compilation-helper
| [ ] pycentral-pkginstall-for-foreign-package
| [ ] pycompile-for-foreign-package
| [ ] python-module-not-byte-compiled
| [X] source-contains-python-bytecode

package-name
~~~~~~~~~~~~
| [2] incorrect-package-name

documentation
~~~~~~~~~~~~~
| [ ] cannot-parse-sphinx-searchindex.js
| [X] js-file-referenced-by-search.html-does-not-exist
| [X] js-file-referenced-by-search.html-is-compressed
| [ ] rst-source-referenced-by-searchindex.js-does-not-exist
| [ ] rst-source-referenced-by-searchindex.js-is-compressed
| [ ] search.html-doesnt-load-search-index
| [X] search.html-references-non-local-js-file
| [X] search.html-with-invalid-root-url
| [ ] search.html-with-non-local-root-url
| [X] source-contains-sphinx-cache
| [2] sphinx-cruft-in-binary-package
| [X] sphinx-js-incompatible-with-jquery-1.4
| [X] sphinx-js-incompatible-with-jquery-1.5
| [X] sphinx-js-with-jinja2-templates

pth
~~~
| [X] misssing-dependency-for-sys.path-addition
| [X] pth-file-modifies-sys.path

depends
~~~~~~~
| [X] hardcoded-dependency-on-numpy-virtual-package
| [2] missing-epoch-in-dependency

helpers
~~~~~~~
| [ ] cannot-parse-python-central-metadata
| [X] debian-pycompat-is-obsolete
| [X] hardcoded-dependency-on-python-helper
| [2] invalid-python-version-declaration
| [2] multiple-python-version-declarations
| [X] python-breaks-is-obsolete
| [ ] python-central-metadata-for-missing-files
| [ ] python-depends-but-no-python-helper
| [X] python-module-but-no-python-depends
| [ ] python-module-but-python3-depends
| [X] python-provides-considered-harmful
| [X] python-stdeb-boilerplate
| [ ] python3-module-but-no-python3-depends
| [ ] python3-module-but-python-depends
| [X] substitution-variable-in-xs-python-version
| [ ] typo-in-python-version-declaration
| [X] x-python-version-instead-of-xs-python-version
| [X] xb-python-version-is-deprecated
| [X] xs-python-version-current-is-deprecated
| [X] xs-python-version-instead-of-x-python-version
| [X] xs-python3-version-instead-of-x-python3-version

multi-arch
~~~~~~~~~~
| [2] python-module-in-multi-arch-foreign-package

teams
~~~~~
| [ ] incorrect-team-name
| [ ] incorrect-vcs-field
| [ ] missing-vcs-field

code-analysis
~~~~~~~~~~~~~
| [X] assertion-always-true
| [X] except-shadows-builtin
| [X] inconsistent-use-of-tabs-and-spaces-in-indentation
| [X] string-exception
| [2] syntax-error

egg-info
~~~~~~~~
| [X] SOURCES.txt-in-binary-package
| [X] egg-info-version-mismatch
| [ ] missing-requires.txt-dependency
| [ ] missing-requires.txt-optional-dependency
| [X] strict-versioned-dependency-in-requires.txt
| [ ] unknown-optional-project-in-requires.txt
| [ ] unknown-project-in-requires.txt

