Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 797 Bytes

3.4.0.rst

File metadata and controls

25 lines (17 loc) · 797 Bytes

3.4.0 -- 2017-07-27

You can view the 3.4.0 milestone on GitHub for more details.

  • Refine logic around --select and --ignore when combined with the default values for each. (See also 572)
  • Handle spaces as an alternate separate for error codes, e.g., --ignore 'E123 E234'. (See also 580)
  • Filter out empty select and ignore codes, e.g., --ignore E123,,E234. (See also 581)
  • Specify dependencies appropriately in setup.py (See also 592)
  • Fix bug in parsing --quiet and --verbose from config files. (See also 1169)
  • Remove unused import of os in the git hook template (See also 1170)