The pyflakes lint checks are failing on CI #2960

Closed
opened 2019-01-24 14:21:48 +00:00 by exarkun · 1 comment
exarkun commented 2019-01-24 14:21:48 +00:00
Owner

A new release of pyflakes has been made. It warns about use of is to compare strings and integers.

This is a legit warning. Python makes no guarantees about the identity of values of these types.

Also, a number of the warnings are hitting old, dead code that we should simply delete.

A new release of pyflakes has been made. It warns about use of `is` to compare strings and integers. This is a legit warning. Python makes no guarantees about the identity of values of these types. Also, a number of the warnings are hitting old, dead code that we should simply delete.
tahoe-lafs added the
dev-infrastructure
supercritical
defect
1.12.1
labels 2019-01-24 14:21:48 +00:00
tahoe-lafs added this to the undecided milestone 2019-01-24 14:21:48 +00:00
GitHub <noreply@github.com> commented 2019-01-24 19:37:57 +00:00
Author
Owner

In 0355bf9/trunk:

Merge pull request #538 from tahoe-lafs/2960.pyflakes-fixes

Fix pyflakes 2.1.0 warnings

Fixes: ticket:2960
In [0355bf9/trunk](/tahoe-lafs/trac-2024-07-25/commit/0355bf9d3839d3f1f223259ee24b4e84f31646e3): ``` Merge pull request #538 from tahoe-lafs/2960.pyflakes-fixes Fix pyflakes 2.1.0 warnings Fixes: ticket:2960 ```
tahoe-lafs added the
fixed
label 2019-01-24 19:37:57 +00:00
GitHub <noreply@github.com> closed this issue 2019-01-24 19:37:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#2960
No description provided.