flake8 ignore contains entries that are no longer required
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 373
- Fork
- 105
- Merge trung bình
- 4 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
`flake8 --select "SIM106,W293" --isolated aiosmtpd` shows no errors.
- SIM106 was removed upstream in https://github.com/MartinThoma/flake8-simplify/commit/e97c21c1cf56303903ec2d42f776b8b90204d53d.
- `setup.cfg` contains the following comment on W293 `# W293 is a bit too noisy. Many files have been edited using editors that do not remove spaces from blank lines.` As those files have been fixed the rule no longer needs to be ignored.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.