Flake8-builtins

Latest version: v2.5.0

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

Scan your dependencies

Page 3 of 6

1.5.0

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

- Add ``python3.8`` support.
[sobolevn]

- Add ``AnnAssign`` support.
[soboelvn]

- Add ``NamedExpr`` or ``:=`` support.
[sobolevn]

1.4.2

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

- Fix tuple parsing.
[memery-imb]

1.4.1

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

- Fix regression in 1.4.0 and interaction with flake8-bugbear.
[dirk-thomas]

1.4.0

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

- Make code more robust by not assuming that a node is an ``ast.Name``
but actually checking it.
[gforcada]

- Handle ``ast.Starred`` as well (i.e. ``a, *int = range(4)``)
[gforcada]

- Handle lists as well, i.e. ``[a, int] = 3, 4``
[gforcada]

1.3.1

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

- Fix TypeError.
Fixes https://github.com/gforcada/flake8-builtins/issues/30
[gforcada]

1.3.0

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

- Report different error codes for function (A001) or method definitions (A003).
Fixes https://github.com/gforcada/flake8-builtins/issues/22#issuecomment-378720168
[gforcada]

- Ignore underscore variables, django adds it on the list of builtins on its own.
Fixes https://github.com/gforcada/flake8-builtins/issues/25
[gforcada]

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.