print statement checker plugin for flake8
Project description
Flake8 print plugin
==================
Check for Print statements in python files. Currently does not support noqa comments.
This module provides a plugin for ``flake8``, the Python code checker.
Installation
------------
You can install or upgrade ``flake8-print`` with these commands::
$ pip install flake8-print
$ pip install --upgrade flake8-print
Plugin for Flake8
-----------------
When both ``flake8 2.2`` and ``flake8-print`` are installed, the plugin is
available in ``flake8``::
$ flake8 --version
2.0 (pep8: 1.4.5, flake8-print: 1.0, pyflakes: 0.6.1)
To Cover
------------
Cover multline comments and doc strings.
Changes
-------
1.3 - 2014-09-27
````````````````
* Dropped noqa support
* Support for multiline comments and less false positives
1.2 - 2014-06-30
````````````````
* Does not catch the word print in single line strings
* Does not catch inline comments with print in it
* Added tests
1.1 - 2014-06-30
````````````````
* First release
1.0 - 2014-06-30
````````````````
* Whoops
==================
Check for Print statements in python files. Currently does not support noqa comments.
This module provides a plugin for ``flake8``, the Python code checker.
Installation
------------
You can install or upgrade ``flake8-print`` with these commands::
$ pip install flake8-print
$ pip install --upgrade flake8-print
Plugin for Flake8
-----------------
When both ``flake8 2.2`` and ``flake8-print`` are installed, the plugin is
available in ``flake8``::
$ flake8 --version
2.0 (pep8: 1.4.5, flake8-print: 1.0, pyflakes: 0.6.1)
To Cover
------------
Cover multline comments and doc strings.
Changes
-------
1.3 - 2014-09-27
````````````````
* Dropped noqa support
* Support for multiline comments and less false positives
1.2 - 2014-06-30
````````````````
* Does not catch the word print in single line strings
* Does not catch inline comments with print in it
* Added tests
1.1 - 2014-06-30
````````````````
* First release
1.0 - 2014-06-30
````````````````
* Whoops
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flake8-print-1.3.0.tar.gz
(2.5 kB
view details)
File details
Details for the file flake8-print-1.3.0.tar.gz.
File metadata
- Download URL: flake8-print-1.3.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37808f37e0f4711d5e9ce9521a378f51670023b6a07fdbcbde3fc65f86a019a
|
|
| MD5 |
d4431a84e150b8a7cc90a93f85b89606
|
|
| BLAKE2b-256 |
0e105a22ead91e70624a239e3a0e4bc5edf0f8520af07bd8fee2bc1e0fa8de34
|