Violations ---------- Here we have all violation codes listed for this plugin and its dependencies. Our violation codes are using ``WPS`` letters. Other codes are coming from other tools. .. rubric:: Our own codes ============== ====== Type Codes -------------- ------ System :ref:`WPS000 - WPS099 ` Naming :ref:`WPS100 - WPS199 ` Complexity :ref:`WPS200 - WPS299 ` Consistency :ref:`WPS300 - WPS399 ` Best practices :ref:`WPS400 - WPS499 ` Refactoring :ref:`WPS500 - WPS599 ` OOP :ref:`WPS600 - WPS699 ` ============== ====== .. rubric:: External plugins All codes are sorted alphabetically and by numerical codes. ============================= ====== Plugin Codes ----------------------------- ------ flake8-bugbear `B001 - B008 `_ flake8-comprehensions `C400 - C411 `_ flake8-commas `C812 - C819 `_ mccabe `C901 `_ flake8-docstrings `D100 - D417 `_ pycodestyle `E001 - E902, W001 - W606 `_ flake8-eradicate `E800 `_ flake8 `F400 - F901 `_ flake8-isort `I001 - I005 `_ flake8-broken-line `N400 `_ pep8-naming `N800 - N820 `_ flake8-string-format `P101 - P302 `_ flake8-quotes `Q000 `_ flake8-bandit `S100 - S710 `_, see also original ``bandit`` `codes `_ flake8-debugger `T100 `_ flake8-rst-docstrings `RST201 - RST499 `_ darglint `DAR001 - DAR501 `_ wemake-python-styleguide WPS, defined here ============================= ====== .. toctree:: :maxdepth: 0 :caption: Violation types: :hidden: system.rst naming.rst complexity.rst consistency.rst best_practices.rst refactoring.rst oop.rst