Len8

Latest version: v0.7.3.post0

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

Scan your dependencies

Page 1 of 3

0.7.3.post0

Also include the package data in `setup.py`.

0.7.3

The patch includes the `py.typed` file in the package manifest.

0.7.2

Fixes

- [Fix edge-case with docstrings](https://github.com/parafoxia/len8/commit/6d27d6cc4150803492b013881932819f998c832b)

0.7.1

Fixes

* Corrected a typo
* Removed an erroneous error message (21)

0.7.0

Improved output

This release improves len8's output. len8 now groups all problem lines under headers of the file paths.

0.6.0

Toml config support

Additions
- Support for toml config files.
- `__slots__` to `Checker`.
- `Checker.from_config` method.
- `--config` cli flag for passing a custom config file (defaults to `pyproject.toml`)
- `ConfigurationError` for failed configurations.

Changes
- `paths` is no longer a required command line arg, if a config file is used, and `include` is specified.

Valid toml keys:
- include: list of str, the paths to include.
- exclude: list of str, the paths to exclude.
- code-length: int, the maximum code length.
- docs-length: int, the maximum docs length.
- strict: bool, whether or not len8 should raise an error.

**Full Changelog**: https://github.com/parafoxia/len8/compare/v0.5.0...v0.6.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.