Closed
Milestone
3.0.0
Next breaking change release of Flake8 with (ideally) as few breaking changes as possible.
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
1
Completed Issues (closed)
18
- Fix Windows bugs and tests
- --exclude ignores files passed directly and --stdin-display-name
- Flake8 version 3 chokes on reported errors in empty files
- The "warnings" documentation page disappeared
- dashed config file options no longer picked up
- flake8 2.x plugins break trying to accept a `builtins` argument in 3.x.
- 3.0.0b1 silently does nothing without a filename given
- Space is forced at 5th position in message
- Flake8 redundantly checks files in sub-packages when invoked via setuptools
- E301 can't be suppressed with noqa comment
- Allow specifying filename for stdin input
- Cannot `# noqa` exclude E731 (don't assign a lambda)
- Add configuration option to specify which files to check
- Linter extensions that accept lines/tokens
- Why count option is being written in stderr?
- Provide entry point for alternative Report classes
- Git hook shebang line does not specify Python interpreter version
- Order is nondeterministic with multiprocessing and piped output
Loading
Loading
Loading