[ ソース: flake8-noqa ]
パッケージ: python3-flake8-noqa (1.3.0-1)
python3-flake8-noqa に関するリンク
Debian の資源:
flake8-noqa ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Flake8 noqa comment validation
This plugin looks for noqa comments that do not match the proper formatting so your # noqa comments work and do only what you expect them to.
In addition, this plugin looks for # noqa comments that are unnecessary because either there are no matching violations on the line or they contain codes that do not match existing violations.
その他の python3-flake8-noqa 関連パッケージ
|
|
|
|
-
- dep: flake8
- code checker using pycodestyle and pyflakes
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- または python3 (>> 3.8.0)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python