v1.7.0
Change
- Require pycodestyle 2.9.1 and higher version ( Thanks @heavenshell ⭐ )
- Drop support Python2.7
New Feature
- Support E275
Bug Fix
- Ignoring W191 ( Thanks @MinekPo1 ⭐ )
What's Changed
- add: verbose log for reading config paths by @hhatto in #622
- Document being able to turn formatting off by @shardros in #620
- Add support for ignoring W191. by @MinekPo1 in #627
- Fix Flake8 E275 error by @heavenshell in #639
- Drop no longer supported python versions by @heavenshell in #637
- Heavenshell topic/pycodestyle2.9.0 by @hhatto in #641
- Update pycodestyle 2.9.0 by @heavenshell in #636
- Support E275 by @hhatto in #642
- refactoring: remove py2 specific code by @hhatto in #643
New Contributors
Full Changelog: v1.6.0...v1.7.0