Statick

Latest version: v0.12.0

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

Scan your dependencies

Page 13 of 14

0.0.9

Added

- [proselint](https://github.com/amperser/proselint) tool plugin and tests. (Thomas Denewiler, tdenewiler, #38, 39)
- [write-good](https://github.com/btford/write-good) tool plugin and tests. (Thomas Denewiler, tdenewiler, #41)
- reStructuredText discovery plugin and tests.
- [rstcheck](https://github.com/myint/rstcheck) tool plugin and tests.
- [rst-lint](https://github.com/twolfson/restructuredtext-lint) tool plugin and tests.

Fixed

- Specifying an encoding when calling open (pylint: [W1514](https://pylint.pycqa.org/en/latest/technical_reference/features.html)).

0.0.8

Changed

- Switch type hints from comment style to inline style.
- Renaming plugin directories to match Statick's directory structure.
- Upgraded version of markdownlint-cli used in Actions to the latest available.
- For testing with Actions, the installed version of Node was upgraded from v10 to v14.
Node v10 is no longer supported.
Node v14 is recommended by the developers as it is a long-term support (LTS) release.

Removed

- Remove testing support for Ubuntu 16.04 and Python 3.5.
There is no guarantee Statick will work in those environments any longer.

0.0.7

This is expected to be the final release that supports Python 3.5.
Ubuntu 16.04 has reached end-of-life status.
The final release of ROS Kinetic has been made.
See <https://github.com/sscpac/statick/discussions/290> for a discussion on Python 3.5 support in Statick.

Changed

- Turned off line length checks for Markdown code blocks.

Added

- Using type hints as introduced in Python 3.5 and improved in Python 3.6.
Type hints are described in [PEP 438](https://www.python.org/dev/peps/pep-0483/)
and [PEP 484](https://www.python.org/dev/peps/pep-0484/).
They provide static typing for methods and variables.
The use of mypy is encouraged to look for errors in expected types.

Removed

- No longer supporting pypy3 due to issues with type hints and mypy.

0.0.6

Changed

- Convert use of print() and show tool output flags to the built-in Python logging module. (Thomas Denewiler, tdenewiler)

0.0.5

Added

- Take advantange of new `DiscoveryPlugin.find_files` function that only walks a package's path once instead of
in each discovery plugin.
This should lead to a speed improvement in the discovery phase. (Alexander Xydes, xydesa)

0.0.4

Fixed

- Fixed installation of config and profile files from this package.

Page 13 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.