Skip to main content

passive checker of Python programs

Project description

A simple program which checks Python source files for errors.

Pyflakes analyzes programs and detects various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It’s also much faster.

It is available on PyPI and it supports all active versions of Python: 3.6+.

Installation

It can be installed with:

$ pip install --upgrade pyflakes

Useful tips:

  • Be sure to install it for a version of Python which is compatible with your codebase: python#.# -m pip install pyflakes (for example, python3.10 -m pip install pyflakes)

  • You can also invoke Pyflakes with python#.# -m pyflakes . if you want to run it for a specific python version.

  • If you require more options and more flexibility, you could give a look to Flake8 too.

Design Principles

Pyflakes makes a simple promise: it will never complain about style, and it will try very, very hard to never emit false positives.

Pyflakes is also faster than Pylint. This is largely because Pyflakes only examines the syntax tree of each file individually. As a consequence, Pyflakes is more limited in the types of things it can check.

If you like Pyflakes but also want stylistic checks, you want flake8, which combines Pyflakes with style checks against PEP 8 and adds per-project configuration ability.

Mailing-list

Share your feedback and ideas: subscribe to the mailing-list

Contributing

Issues are tracked on GitHub.

Patches may be submitted via a GitHub pull request or via the mailing list if you prefer. If you are comfortable doing so, please rebase your changes so they may be applied to main with a fast-forward merge, and each commit is a coherent unit of work with a well-written log message. If you are not comfortable with this rebase workflow, the project maintainers will be happy to rebase your commits for you.

All changes should include tests and pass flake8.

GitHub Actions build status

Changelog

Please see NEWS.rst.

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

pyflakes-3.0.0.tar.gz (63.5 kB view details)

Uploaded Source

Built Distribution

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

pyflakes-3.0.0-py2.py3-none-any.whl (62.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pyflakes-3.0.0.tar.gz.

File metadata

  • Download URL: pyflakes-3.0.0.tar.gz
  • Upload date:
  • Size: 63.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for pyflakes-3.0.0.tar.gz
Algorithm Hash digest
SHA256 12da339341ba8b9071e185d4717bef732fdb4f4400b9f4a1d0d6bbc362bf7760
MD5 900fb5cb3804db6c76a33aaf6ea594f1
BLAKE2b-256 4de5e0d83a25b307ae3d75be40faf72e5d2f1c7bff0534c732deb252e3f86479

See more details on using hashes here.

File details

Details for the file pyflakes-3.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pyflakes-3.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 62.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for pyflakes-3.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e38cbaa285564388a9622d7e440445d40c508d8fbf96e0c0f3ef28e47d8ba8a2
MD5 c5b8bc5650fd9d1d7565ca3a67aa6e10
BLAKE2b-256 ad71aec2836649684d1cb1066a30a7d44bbe333da62621c79e091805f9d010fa

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