Path to this page:
Subject: CVS commit: pkgsrc/devel/py-flake8
From: Adam Ciarcinski
Date: 2017-07-28 09:15:08
Message id: 20170728071508.9E50FFACD@cvs.NetBSD.org
Log Message:
3.4.0:
You can view the `3.4.0 milestone`_ on GitLab for more details.
- Refine logic around ``--select`` and ``--ignore`` when combined with the
default values for each.
- Handle spaces as an alternate separate for error codes, e.g.,
``--ignore 'E123 E234'``.
- Filter out empty select and ignore codes, e.g., ``--ignore E123,,E234``.
- Specify dependencies appropriately in ``setup.py``
- Fix bug in parsing ``--quiet`` and ``--verbose`` from config files.
- Remove unused import of ``os`` in the git hook template
Files: