معرفی شرکت ها


flake8-codes-0.2.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CLI tool to introspect flake8 plugins and their codes.
ویژگی مقدار
سیستم عامل -
نام فایل flake8-codes-0.2.2
نام flake8-codes
نسخه کتابخانه 0.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gram
ایمیل نویسنده gram@orsinium.dev
آدرس صفحه اصلی https://github.com/orsinium-labs/flake8-codes
آدرس اینترنتی https://pypi.org/project/flake8-codes/
مجوز MIT
# flake8-codes CLI tool to introspect flake8 plugins and their codes. **Input**: plugin name (`pycodestyle`), error code (`W605`), or code prefix (`W6`). **Output**: plugin name, error code, error message. Only plugins installed in the same environment are inspected. ## Installation ```bash python3 -m pip install -U --user flake8-codes ``` ## Example ```bash $ python3 -m flake8_codes W6 pycodestyle | W601 | .has_key() is deprecated, use 'in' pycodestyle | W602 | deprecated form of raising exception pycodestyle | W603 | '<>' is deprecated, use '!=' pycodestyle | W604 | backticks are deprecated, use 'repr()' pycodestyle | W605 | invalid escape sequence '\%s' pycodestyle | W606 | 'async' and 'await' are reserved keywords starting with Python 3.7 ```


نیازمندی

مقدار نام
- flake8
- isort
- mypy
- pytest
- dlint
- flake8-2020
- flake8-aaa
- flake8-absolute-import
- flake8-alfred
- flake8-annotations-complexity
- flake8-bandit
- flake8-black
- flake8-broken-line
- flake8-bugbear
- flake8-builtins
- flake8-coding
- flake8-cognitive-complexity
- flake8-commas
- flake8-comprehensions
- flake8-debugger
- flake8-django
- flake8-docstrings
- flake8-eradicate
- flake8-executable
- flake8-expression-complexity
- flake8-fixme
- flake8-functions
- flake8-future-import
- flake8-import-order
- flake8-isort
- flake8-length
- flake8-logging-format
- flake8-mock
- flake8-mutable
- flake8-mypy
- flake8-pep3101
- flake8-pie
- flake8-print
- flake8-printf-formatting
- flake8-pyi
- flake8-pytest-style
- flake8-pytest
- flake8-quotes
- flake8-requirements
- flake8-rst-docstrings
- flake8-scrapy
- flake8-spellcheck
- flake8-sql
- flake8-string-format
- flake8-tidy-imports
- flake8-todo
- flake8-use-fstring
- flake8-variables-names
- mccabe
- pandas-vet
- pep8-naming
- pylint
- wemake-python-styleguide


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl flake8-codes-0.2.2:

    pip install flake8-codes-0.2.2.whl


نصب پکیج tar.gz flake8-codes-0.2.2:

    pip install flake8-codes-0.2.2.tar.gz