Violations ========== Here we have all violation codes listed for this plugin and its dependencies. Our violation codes are using ``Z`` letter. Other codes are coming from other tools. All codes are sorted alphabetically and by numerical codes. ======================== ====== Plugin Codes ------------------------ ------ flake8-builtins `A001 - A002 `_ flake8-bugbear `B001 - B008 `_ flake8-coding `C101 - C103 `_ flake8-comprehensions `C400 - C411 `_ flake8-commas `C812 - C819 `_ mccabe `C901 `_ flake8-docstrings `D100 - D414 `_ pycodestyle `E001 - E902, W001 - W606 `_ flake8-eradicate `E800 `_ flake8 `F400 - F901 `_ flake8-logging-format `G001 - G202 `_ flake8-isort `I001 - I005 `_ flake8-broken-line `N400 `_ pep8-naming `N800 - N820 `_ flake8-string-format `P101 - P302 `_ flake8-quotes `Q000 `_ flake8-pep3101 `S001 `_ flake8-bandit `S100 - S710 `_, see also original ``bandit`` `codes `_ flake8-print `T001 `_ flake8-debugger `T100 `_ flake8-type-annotations `T800 - T801 `_ flake8-per-file-ignore `X100 `_ wemake-python-styleguide Z, defined here ======================== ====== Our own codes: ============== ====== Plugin Codes -------------- ------ Naming :ref:`Z100 - Z199 ` Complexity :ref:`Z200 - Z299 ` Consistency :ref:`Z300 - Z399 ` Best practices :ref:`Z400 - Z499 ` ============== ====== .. toctree:: :maxdepth: 1 :caption: Violation types: :hidden: naming.rst complexity.rst consistency.rst best_practices.rst