Closed gsnider2195 closed 3 weeks ago
NAUTOBOT_LOG_DEPRECATION_WARNINGS=True
invoke pylint
invoke generate-release-notes
changelog
black
ruff
poetry lock
invoke ruff
v2.4.0 (2024-10-10)
Added
NAUTOBOT_LOG_DEPRECATION_WARNINGS=True
to development environment to enable deprecation warnings.invoke pylint
command.Changed
invoke generate-release-notes
to always run locally.changelog
step on release branches.black
and addruff
,poetry lock
and add a changelog fragment to the drift manager pull request.Fixed
invoke ruff
not properly exiting with non-zero status when a ruff check fails.