Darkgraylib

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 2

2.0.1

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

Fixed
-----
- When running Git with a clean environment, keep all environment variables and just
override the language.

2.0.0

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

Added
-----
- Return exit code 3 if command line parsing fails. We want to reserve 2 for file not
found errors which will make GitHub actions easier. Also define constants for various
exit codes to be used in Darkgraylib and applications which use it.

1.7.0

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

For changes before the migration of code from Darker to Darkgraylib, see
`CHANGES.rst in the Darker repository`__.

__ https://github.com/akaihola/darker/blob/master/CHANGES.rst

.. _Unreleased: https://github.com/akaihola/darkgraylib/compare/v2.0.1...HEAD
.. _2.0.1: https://github.com/akaihola/darkgraylib/compare/v2.0.0...v2.0.1
.. _2.0.0: https://github.com/akaihola/darkgraylib/compare/v1.3.2...v2.0.0
.. _1.3.2: https://github.com/akaihola/darkgraylib/compare/v1.3.1...v1.3.2
.. _1.3.1: https://github.com/akaihola/darkgraylib/compare/v1.3.0...v1.3.1
.. _1.3.0: https://github.com/akaihola/darkgraylib/compare/v1.2.1...v1.3.0
.. _1.2.1: https://github.com/akaihola/darkgraylib/compare/v1.2.0...v1.2.1
.. _1.2.0: https://github.com/akaihola/darkgraylib/compare/v1.1.0...v1.2.0
.. _1.1.1: https://github.com/akaihola/darkgraylib/compare/v1.1.0...v1.1.1
.. _1.1.0: https://github.com/akaihola/darkgraylib/compare/v1.0.0...v1.1.0
.. _1.0.0: https://github.com/akaihola/darkgraylib/compare/1.7.0...v1.0.0

1.3.2

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

Fixed
-----
- Added typing to ``diff`` test helpers to solve Mypy errors in Darker.

1.3.1

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

Fixed
-----
- Drop the use of ``click``.

1.3.0

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

Added
-----
- The command ``graylint --config=check-darkgraylib.toml`` now runs Flake8_, Mypy_,
pydocstyle_, Pylint_ and Ruff_ on modified lines in Python files. Those tools are
included in the ``[test]`` extra.
- Make the section name argument for the config dump function mandatory.

Removed
-------
- The config dump section name is now required and is not inferred from the caller.

Fixed
-----
- Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility.
- The `~darkgraylib.command_line.make_argument_parser` function now has a ``version``
argument which defaults to Darkgraylib's own version. This allows Darker and Graylint
to correctly report their own version when called with the ``--version`` option.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.