#3329 closed task (fixed)
Switch to flake8 as a way to run pyflakes
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Unlike pyflakes, flake8:
- Allows ignoring specific warnings.
- Has additional plugins that might be useful some day.
It can be configured to only run pyflakes, so I will start with that.
Change History (2)
comment:1 Changed at 2020-07-08T19:21:08Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed at 2020-07-09T15:11:24Z by itamarst
- Milestone changed from undecided to Support Python 3
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/736 merged in https://github.com/tahoe-lafs/tahoe-lafs/commit/10f2b7fc5319307b6b52178688ba743d4c5f917f :/