diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-07 21:43:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-07 21:43:29 +0000 |
commit | efeac52180feb8ee346f787151ed082ff449b260 (patch) | |
tree | a8b4b0024648e95c1fc1f5bd81bac9379ccdfd31 /devel/py-pep8-naming/pkg-descr | |
parent | ca98d073c82b6fd0d5d622d7a475639c13b7a638 (diff) | |
download | ports-efeac52180feb8ee346f787151ed082ff449b260.tar.gz ports-efeac52180feb8ee346f787151ed082ff449b260.zip |
Check the PEP-8 naming conventions.
This module provides a plugin for flake8, the Python code checker.
(It replaces the plugin flint-naming for the flint checker.)
WWW: https://pypi.python.org/pypi/pep8-naming
Notes
Notes:
svn path=/head/; revision=461188
Diffstat (limited to 'devel/py-pep8-naming/pkg-descr')
-rw-r--r-- | devel/py-pep8-naming/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-pep8-naming/pkg-descr b/devel/py-pep8-naming/pkg-descr new file mode 100644 index 000000000000..73e0cfbb4c4d --- /dev/null +++ b/devel/py-pep8-naming/pkg-descr @@ -0,0 +1,7 @@ +Check the PEP-8 naming conventions. + +This module provides a plugin for flake8, the Python code checker. + +(It replaces the plugin flint-naming for the flint checker.) + +WWW: https://pypi.python.org/pypi/pep8-naming |