lp:pyflakes

Created by Florent and last modified

This page might be outdated: it depends on the Launchpad import machines, and import runs approximately every 8 hours
https://code.launchpad.net/+code-imports/+machines

The master repository is now at GitHub:
https://github.com/pyflakes/pyflakes

Get this branch:
bzr branch lp:pyflakes

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Pyflakes Dev
Project:
Pyflakes
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/pyflakes/pyflakes.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-13 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 5 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 5 seconds — see the log

Recent revisions

363. By Laurent Kadian <email address hidden>

support TypeAlias annotations (#679)

For assignments with `TypeAlias` as annotation, handle the value as an annotation also.

Avoids incorrectly detecting `Bar` as unused in `x: TypeAlias = 'Bar'`.

362. By Anthony Sottile

ignore `__all__` when not directly assigned (#675)

361. By Hugo van Kemenade <email address hidden>

Drop support for EOL Python 2.7 and 3.4-3.5 (#660)

* Add support for Python 3.10

* Drop support for EOL Python 2.7 and 3.4-3.5

360. By Danny Sepler <email address hidden>

remove with_statement future imports (#663)

359. By Anthony Sottile

Release 2.4.0 (#657)

358. By Angus L'Herrou <email address hidden>

Detect typing module attributes with 'import typing as <name>' (#632)

* added functionality to detect typing module attributes with 'import typing as <name>'

* remove async keyword from test_aliased_import

357. By Anthony Sottile

add support for match statement (#630)

356. By Adam Johnson

Remove pychecker from README (#639)

Its last release was nearly 10 years ago: https://sourceforge.net/projects/pychecker/files/ , so it seems pretty dead.

355. By Yusuke Hayashi <email address hidden>

fix typo: annoation -> annotation (#636)

354. By Terence Honles <email address hidden>

remove old and unused "tracing" code (#625)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers