Flake8-builtins

Latest version: v2.5.0

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

Scan your dependencies

Page 4 of 6

1.2.3

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

- Handle cases where an unpacking happens in a with statement.
Fixes https://github.com/gforcada/flake8-builtins/issues/26
[gforcada]

1.2.2

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

- Fix error message in function names shadowing a builtin.
Fixes https://github.com/gforcada/flake8-builtins/issues/22
[gforcada]

1.2.1

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

- re-relase 1.2 from master branch.
[gforcada]

1.2

----------------
- Fix error message in for loops.
[gforcada]

- Inspect the following places for possible builtins being shadowed:

- with open('/tmp/bla.txt') as int
- except ValueError as int
- [int for int in range(4)]
- from zope.component import provide as int
- import zope.component as int
- class int(object)
- def int()
- async def int()
- async for int in range(4)
- async with open('/tmp/bla.txt') as int

[gforcada]

1.1.1

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

- Variables assigned in a for loop can be not only a Tuple, but a Tuple inside a Tuple.
[dopplershift]

1.1.0

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

- Update more trove classifiers.
[gforcada]

- Inspect variables assigned in a for loop as well.
Thanks to sobolevn for reporting it!
[gforcada]

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.