Packaway

Latest version: v0.3.0

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

Scan your dependencies

0.3.0

=============

Fixes
-----
- Names with double underscores at the beginning and end will no longer
trigger a violation error. e.g. ``__version__`` and ``__name__`` can
be imported without being considered a violation.

0.2.0

=============

Features
--------
- Add ``--disallowed`` option in the flake8 (also configurable in file)
for specifying disallowed imports using regular expressions.

Fixes
-----
- Fix excluding double preceding underscore in the packaging rule.
Imports such as ``__version__`` is now considered a violation and may
need to be excused locally.

0.1.3

============
- Fix missing author in setup.py
- Fix handling of --top-level-dir when running flake8 from
a different directory and absolute imports.
- Add Changelog.

0.1.0

=============

Initial release that contains a flake8 plugin.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.