Flake8-commas

Latest version: v4.0.0

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

4.0.0

------------------

- Project renamed back to ``flake8-commas``. If upgrading from
``flake8-commas-x`` you should uninstall that package before
installing this one as both packages install the same modules.

3.0.0

------------------

- Project renamed to ``flake8-commas-x`` to continue maintenance.
- Support dropped for Python <3.8.
- Support added for Python 3.12.
- Drop explicit ``noqa`` handling; this is handled by flake8 now.
- Remove use of ``pkg_resources`` in favour of ``importlib``.
- CI moved to GitHub Actions.

2.1.0

------------------

- Remove upper bound on flake8.
(`Issue 67 <https://github.com/PyCQA/flake8-commas/issues/67>`_)
- Note: this project is no longer maintained, and now black
or https://github.com/asottile/add-trailing-comma is recommended instead.
(`Issue 63 <https://github.com/PyCQA/flake8-commas/pull/63>`_)
(`Issue 69 <https://github.com/PyCQA/flake8-commas/pull/69>`_)

2.0.0

------------------

- Hide ._base from flake8 --version.
(`Issue 45 <https://github.com/PyCQA/flake8-commas/issue/45>`_)
- Update URL to https://github.com/PyCQA/flake8-commas/.
(`Issue 51 <https://github.com/PyCQA/flake8-commas/pull/51>`_)
- Add check for trailing commas on bare tuples - C818, thanks to
`Chris AtLee <https://github.com/catlee>`_ and
`Arkadiusz Adamski <https://github.com/ar4s/flake8_tuple>`_
(`PR 52 <https://github.com/PyCQA/flake8-commas/pull/52>`_)

1.0.0

------------------

- No changes from 0.5.1, just releasing the first major version.

0.5.1

------------------

- Refactor single/multi tuple/subscript to simply count commas in all cases.
- Prohibit trailing commas in lambda parameter lists.
- Fix a missing trailing comma false positive in subcripts with slices.
- Fix a prohibited trailing comma false positve in subscripts with slices.
- All (`Issue 48 <https://github.com/flake8-commas/flake8-commas/pull/48>`_)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.