You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add support for Python 3.14.
Test on development version of Python 3.15.
Fixed
Original and highlighted output now always have identical number of trailing newlines.
Internal
Switch from old defunct Bandit action to brunohaf/action-bandit.
Update Nix action to v31 – fixes the build error.
Use Safety GitHub action and configure Safety according to its documentation.
--config=check-darkgraylib.toml can now be used with darker to run ruff format and isort, and with graylint to run Flake8, Mypy, Pydocstyle, Pylint and ruff check on modified parts of Darkgraylib code.
Provide minimum versions for all dependencies in pyproject.toml.
Update Pygments to address two CVEs reported by Safety.
Run baseline Mypy in the CI build using Graylint.
Use exit code constant instead of an integer literal.