Skip to main content

print statement checker plugin for flake8

Project description

Flake8 print plugin

Check for Print statements in python files.

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.4.1 and flake8-print are installed, the plugin is available in flake8::

$ flake8 --version
2.4.1 (pep8: 1.5.7, flake8-print: 2.0.0, mccabe: 0.3.1, pyflakes: 0.8.1)

Error codes

Error Code Description
T001 print found
T002 Python 2.x reserved word print used
T003 pprint found
T004 pprint declared

Changes

3.1.1 - 2019-03-12
  • Fix reading from stdin when it is closed (requires flake8 > 2.1).
  • Add error codes to ReadMe.
  • Swapped to poetry from setup.py
  • Ran black on the repository
3.1.0 - 2018-02-11
  • Add a framework classifier for use in pypi.org
  • Fix entry_point in setup.py leaving it off by default again.
3.0.1 - 2017-11-06
  • Fix conflict in setup.py leaving it off by default again.
  • Fix bug in name code.
3.0.0 - 2017-11-05
  • Remove some of the python 2/3 message differentiation.
  • Use an AST rather than a logical line checker with a regex.
  • pprint support.
  • Loss of multiline noqa support, until there is a way to use both the AST and have flake8 provide the noqa lines.
2.0.2 - 2016-02-29
  • Fix ReadMe for pipy
  • Refactor, DRY it up.
  • Update python 2 vs python 3 print statement styles.
2.0.1 - 2015-11-21
  • Add back the decorator to fix the flake8 --version call.
2.0 - 2015-11-10
  • Support noqa at end of multiline print statement
  • Performance improvements
  • Removed PrintStatementChecker class and other functions
  • Added T101 for 'Python 2.x reserved word print used.'
  • Added testing for Python 3.3 and 3.5, and different flake8 versions
1.6.1 - 2015-05-22
  • Fix bug introduced in 1.6.
1.6 - 2015-05-18
  • Added proper support for python3 and testing for python 2.6, 2.7 and 3.4
1.5 - 2014-11-04
  • Added python2.6 support. Thanks @zoidbergwill
1.4 - 2014-10-06
  • Apped noqa support
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


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-3.1.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flake8_print-3.1.1-py2.py3-none-any.whl (4.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file flake8-print-3.1.1.tar.gz.

File metadata

  • Download URL: flake8-print-3.1.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for flake8-print-3.1.1.tar.gz
Algorithm Hash digest
SHA256 3456804209b0420d443cfd6cfe115dad2b13ec72c9ef1171857b26b7412cc932
MD5 39a3cb59c4ebdbe86cb098234cd87465
BLAKE2b-256 f46bdd8048cfda9e2ff7c8140761f1d96280e139929e86be3f6647550d29c8f3

See more details on using hashes here.

File details

Details for the file flake8_print-3.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: flake8_print-3.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for flake8_print-3.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b46a78fd9ef80f85bf421923b6a4ca22f82285f461b8649e196aeca89ed4ff49
MD5 d24e7ae7fe3e45e539a2501215ea10da
BLAKE2b-256 90ec4361c2b681d373c3cf69cf209565124e3300d8029352ddea9b927d962dd7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page